Subfooter without columns

Posted in: Newsmag
Post count: 2

Hello,

I’ve selected a style for footer that has 3 columns but I need the subfooter to take the entire space (1 column). I’m unable to select a different style for the subfooter. Style 1 is selected by default and it’s not clickable.

Any ideas on how to make it expand to three columns (maybe with some custom css)?

Thanks!

Post count: 20688

Hi,

The sub-footer displays the copyright text and a menu if these are set. So there are physically two columns there – http://prntscr.com/mbwbn9

What exactly do you want to do with the sub-footer? Post a link to the website and details about it. Maybe it is possible.

Thanks

Post count: 2

Is it possible to make one span with the text 12 width and the other 0? So that the span with the subfooter text takes the 100% of the width?

I’ve uploaded an example here: https://imgur.com/ePfGzBh

Post count: 20688

It would be possible with some CSS. For example something like this would work
http://prntscr.com/md3s29

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

This code can be entered in the theme panel custom CSS section.

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