Just marked resolved. I’m new here, now I know in the future to mark as resolved. “resolved” FTW
Woohoooooo!!! God bless America. Thank you, thank you. That solved it.
This is where the padding is coming from.
.module-inner {
overflow: auto;
padding: 10px;
position: relative;
Do I add this to my style.css file? template.css file? I added it to both but it did not work.
I know if I remove the padding from .module-inner in my template.css file it removes the padding but it also effects other areas of my website including the main body area. For some reason the homepage content body is fine but on other pages it get’s effected.
I don’t think I have padding in my nested divs.