Adding padding to a container will cause it to scale
-
Hello,
here is a problem with a CSS. I think the following link will help: https://generatepress.com/forums/topic/the-menu-on-the-homepage-is-wider-than-on-the-subpages/
Hi there,
its being caused by text overflow in the Post Block plugin you’re using. Seems the developer forget that adding padding to a container will cause it to scale in size…. might be something you want to report to the author…. but you can use this CSS to fix it:
.uagb-post-grid .uagb-post__text {
box-sizing: border-box;
}The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding padding to a container will cause it to scale’ is closed to new replies.