Footer Padding Wrong On One page

Hey guys,

I’m having a problem with my Global Footer.

It seems to lose padding on just 1 page…

Image for incorrect example below

Then all of the other pages are correct… see below

Any ideas on what might be going on?

TIA
Niall

Hello Niall,
Thanks for writing to us.
I logged into your website and checked the membership page. I found that custom CSS code has been added in the page.

H3 {
 margin-top: 0px;
}

Please have a look at the screenshot given below.


Md

Please remove this code form the CSS your footer issue will be resolved.
If you have added this custom CSS for any other section or different reason please add parent class before HTML tags.
For Example .Class-name h3
Please check out this article to learn more about CSS selector
https://www.w3schools.com/cssref/sel_attr_contain.asp


Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.