Subfooter align center

Posted in: Newspaper
Post count: 5

Hi guys,

I really like your theme, great job!

Is there a way to align the subfooter menu text into the center of the box? Right now it is aligned to the second half of the page as it seems to have two boxes, but the left one is empty and I can’t hide it.

Thanks a lot for your support!

Post count: 22421

Hello,

Please provide a link to your site so we can inspect it and provide the proper solution.

Thank you!

Post count: 5

Hello Bogdan,

The link to my site.

Post count: 22421

Hello,
You can add this code in the theme panel-> custom css code
.td-sub-footer-container .td-sub-footer-menu{
width:100%!important;
}
.menu-subfootermenu-container{
display:table;
margin-left:auto;
margin-right:auto;
}

But please note that this will make you not be able to add a footer copyright text as the containers had to be altered for a centered position in the sub-footer. If you decide to add a footer copyright text , then you will have to remove this customization in order for it to show up properly.

Thank you!

Post count: 5

It works like a charm, thanks Bogdan!

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