margins on .uagb-post__items causing horizontal scrolling
-
Hi,
Great plugin, really enjoy using it!I noticed that I am getting horizontal scrolling on pages using certain UAG blocks. In particular “Post Grid” and “Post Masonry”. There’s a link to some before/after screenshots attached to the post… see below
DevTools suggest that this is caused by a style being applied to those elements:
<style type="text/css" media="all" id="uagb-style-frontend"> #uagb-post__masonry-2b8fa0ec-abe7-44c7-8749-b2fd60f6fd55 .uagb-post__items { margin-right: -10px; margin-left: -10px; } ... </style>
overriding those styles, seems to fix the horizontal scrolling issue:
.uagb-post__items { margin-right: 0px !important; margin-left: 0px !important; }
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘margins on .uagb-post__items causing horizontal scrolling’ is closed to new replies.