Maxxamillion

Well-Known Member
How would i go about getting a footer more styled like this, i know the current zipped one is similar but the one on zipped doesnt seem to fill up the space of the footer so well especially the useful links part how would i change it to look more well full. (added fb and twitter myself, so i do not need help with those) thanks

34Te5Xz.png
 
You could edit it all with the style properties but rather than me going in and telling which is which, just add this to extra.css:

Code:
.footerBlock
{
  border-left: 1px solid #4a4a4a;
   vertical-align: top;
}
.XenBase .footerBlockOne
{
   border-left-width: 0;
}
.footerBlock > h3
{
  color: #fff;
  font-size: 19px;
}
.footerBlock.footerBlockFour h3
{
   display: none;
}

.XenBase .footerBlock ul.footerList li a {
  border-bottom: 1px solid #4e4e4e;
  padding: 15px 0;
}
.footerBlock ul.footerList li:last-child a {
  border-bottom-width: 0;
}
.XenBase .extraFooter
{
  padding-bottom: 0;
}

Result should be:

Screenshot_7.png
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back