Viewing 6 reply threads
You must be logged in to reply to this topic.
I am trying to place a disclaimer in the footer part of the website. I set the footer to “one column”, however, this one column seems to be narrow and centered… I wanted to use the full width of the footer. How do I do that? THanks
yes, here you go (site not finished ;)) Many thanks
Add this custom code on General -> Custom Css Code
footer#footer .inner .row-fluid.ff .span12:first-child:last-child{
left:0 !important;
margin-left:0px !important;
width: 100% !important;
}
Thanks
Thanks so much! Can I ask one more, I just changed the font size and line height as well but I cannot get the text to align left. Can you help?
Thx
B
Add this:
footer#footer .inner .row-fluid.ff .span12:first-child:last-child .widget{
text-align:left !important;
}
Thanks
If you like our theme and support don’t forget to leave a rating on Themeforest :)
You must be logged in to reply to this topic.