.alignfull Full Width Gap on Mobile
-
Hi all.
I’m using Neve theme with Stackable Blocks.
I have a Container/Columns block with 3 columns in it.
The container is set to Full Width. The container content (the columns) are set to full width.
https://prnt.sc/2518dnbThis looks great on desktop:
https://prnt.sc/25185wlHowever, on mobile, I seem to get 7.5px of padding on either side of my container:
https://prnt.sc/2518mro
NOTE: This /only/ happens to containers with columns in them. You can see a container right below with only a text block and this issue doesn’t show.It seems to be coming from .alignfull | using the following CSS fixes the issue:
https://prnt.sc/2518zw3.alignfull {
padding: 0px!important;
}However, this breaks a lot of the rest of the website as you can see here:
https://prnt.sc/2519gizIf anyone could help me with this, I’d be so thankful. It’s driving me mad.:(
The page I need help with: [log in to see the link]
- The topic ‘.alignfull Full Width Gap on Mobile’ is closed to new replies.