This topic has 8 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Robert Hall
Hi,
I’ve created a custom footer and saved it in Static Block.
Set it up as default in the footer widget. All pages take on the new footer except two pages (About & Contact). These two pages show the previous version of the footer I’ve created. Both are set up to take on the Default version. What am I doing wrong?
Please help!
Hello,
As I see the footer is the same on all pages. Please clear cache and check it.
Regards,
Robert Hall
Hi Robert,
I cleared cache but the effect is still the same: old version of footer shows, which is taller. Client wants the footer much smaller in height that’s why I modified it. When I click on those two pages (About & Contact) it looks like the new version is trying to be loaded but then they quickly revert to the old version, which I already moved to trash but it’s still showing!
Hmmmm…. confused…
Hello,
I’ve added this code in Global Custom CSS. Please check.
.footer .vc_row-has-fill>.vc_column_container>.vc_column-inner{
padding-top:0px;
}
Regards,
Robert Hall
Sweet! That worked. Thank you Robert!
Now the only problem is that on iphone the layout of it is all messed up… Is there a way of fixing that?
Hello,
I’ve added this code in Custom CSS for mobile and landscape. Please check.
.footer .vc_row-has-fill>.vc_column_container>.vc_column-inner {
padding-top: 25px;
}
footer .wpb_text_column {
display: inline-block;
}
Regards,
Robert Hall
Yay! That looks much better now 🙂 Thank you Robert!
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘Different footer showing on different pages’' has been successfully resolved, and the topic is now closed for further responses