different footer in the internal pages

Posted in: Newspaper
Post count: 49

Hello, I have the latest version of the system updated. I don’t understand one thing though … the footer of the home page is different from that of the internal pages. The footer is set as the same. I am aware of it a few days ago, but checking the settings it seems to me to be ok. Thank you so much Rodolfo and always congratulations for everything.
home: https://friuli.vimado.it

internal example page: https://friuli.vimado.it/locali/ristoranti/cividale-ri/ristorante-al-fortino-a-cividale-del-friuli/

  • This topic was modified 7 years by Rodolfo.
Post count: 20688

Hi,

I believe it is happening because of WPBakery. Some CSS it loads overrides the CSS from the theme, it affect mainly the columns. From what I can see only the post pages and category pages are affected. In pages it looks fine. I could give you a quick fix that you could try, if deactivating WPBakery is not an option

.td-footer-page .vc_column_container.td-pb-span4 {
width: 33.33333333%;
}
.td-footer-page .vc_column_container.td-pb-span6 {
width: 50%;
}
.td-footer-page .vc_row {
margin-left: -24px;
margin-right: -24px;
}

It will make the footer look as it should – http://prntscr.com/o0a0cz

Thanks

Post count: 49

Thanks a lot. All perfect.
Rodolfo

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