Sidebar under/over content & Footer 3 block under footer 2 block

Posted in: Newspaper
Post count: 2

Hello,

It seems like the sidebar is under and or over the content.

Also, the third footer block is under the second. Like the page width has shrunk overnight, having no room for sidebars and third footer blocks.

Live site: here

Any help would be appreciated?

Post count: 20688

Hi,

I have inspected your website, and I see the problem. It seems that a plugin is affecting the page layout. It ads a margin to the main content and the sidebar section
https://www.screencast.com/t/pfeJQqbeFM4w
https://www.screencast.com/t/KsU9n3Ai9
I could give you a code that will remove that margin as a quick fix
https://www.screencast.com/t/ou6sJ4jDZb
Enter this code in Theme panel->Custom CSS section
https://www.screencast.com/t/5hgK7J73Zbj

[class*="span"] {
margin-left: 0;
}

Thanks

Post count: 2

Hey Simion,

Thanks for that! Worked perfectly!

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