Archived topic
Separate Containers - padding issue?
7 replies · Started by Bill on May 2, 2018
As you can see in this image - https://imgur.com/a/GYukZ4z there seems to be a padding issue with Separate Containers turned on.
Compared to One Container - https://imgur.com/a/woKiqFz
Either that or I'm doing something wrong.
Thanks
Hi there,
Weird.
Can you set it to separate container so I can see the issue live?
Let me know :)
Hey Leo,
Sure, np doing that now.
Let me know when you have looked asap please.
Thanks
Do you have any changes made to template files? Custom functions?
Your site seems to be missing the inside-article div inside the content area, which adds padding.
Hi Tom,
You know what, I can’t remember if I’m using front-page.php or not on this site, if I am I suspect I have accidentally deleted that div.
I am not at my computer now but as soon as I am I will check and get back to you ASAP.
Thanks again for your help
No problem! This should be the div around your content:
<div class="inside-article">
Your content
</div>
Hi Tom,
That was the exact problem, I added that div in and voila!
Thanks again, I shall be more careful with my edits in future. :)
You're welcome :)