Can I Extend the text on 3 column in the sub footer?

Posted in: Newsmag
Post count: 4

Dear,
I wrote a text in the sub-footer but it appears on a column. I would like it to be extended on 3 columns, along the whole length of the sub footer.
This is my site.
http://www.weedzine.it
Thanks
regards

Post count: 20688

Hi,

That is the space reserved for the sub-footer copyright text, the menu will be on the right.
If you don’t use a sub-footer menu, I could give you a code to make the text occupy the whole space
https://www.screencast.com/t/QA4GlvqDsGV
The code can be entered in Theme panel->Custom CSS if you should consider this solution.

.td-sub-footer-container .td-sub-footer-menu{
display: none;
}
.td-sub-footer-container .td-sub-footer-copy {
width: 100%;
}

Thanks

Post count: 4

Perfect!!!!
Thanks!

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