Site logo

Archived topic

The menu on the homepage is wider than on the subpages

3 replies · Started by Samuel on May 7, 2019

Viewing posts 1–4 of 4

The menu on the homepage is wider than on the subpages: http://prntscr.com/nli8jl

The problem only occurs in mobile devices. Why?

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;
}

thank you

you're welcome

This archived topic is closed to new replies.