Make Footer Text Whole Width In Theme?

Posted in: Newspaper
Post count: 13

I am trying to get more information into my footer on my site so it is the full width of the footer instead of stacked on top of each other like in a paragraph, can someone give me the area in CSS to accomplish this task, should be simple but i cannot seem to find it anywhere even with firebug?

Post count: 7909

Hi,

Please provide your site URL so we can take a look and also more details what your are trying to do.
Here you can find more info about the footer templates – https://forum.tagdiv.com/footer-templates/

Thanks!

Post count: 13

Here is an image as i dont want to leave it that way while live! I want the writing to span the whole lower footer.

footer lower

Post count: 7909

Hi,

The copyright text has a specific width as you can add also a menu for your subfooter. If you don’t need menu there, you can use this custom css in Theme Panel > Custom Css – http://screencast.com/t/C7bdnxNDCY69

.td-sub-footer-copy {
width: 100% !important;
}

Thanks!

Post count: 13

Thank ou very much Alin

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.