[Resolved] The menu on the homepage is wider than on the subpages

Home Forums Support [Resolved] The menu on the homepage is wider than on the subpages

Home Forums Support The menu on the homepage is wider than on the subpages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #891516
    Samuel

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

    The problem only occurs in mobile devices. Why?

    #891545
    David
    Staff
    Customer Support

    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;
    }
    #891924
    Samuel

    thank you

    #891957
    David
    Staff
    Customer Support

    you’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.