[Resolved] Mobile View Width

Home Forums Support [Resolved] Mobile View Width

Home Forums Support Mobile View Width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #445253
    Danielle

    Hi. I am using GP Premium and Beaver Builder. In the mobile view of my site there is a right margin that is grey. In this view the full width of the site does not fit on the screen.

    Can you tell if this is GP or BB causing this and how to fix it?

    #445348
    Leo
    Staff
    Customer Support

    Hi there,

    It’s actually the h1 title SupplyChainExams.com in page header that’s causing the issue.

    Make them a tiny bit smaller on mobile should work:

    @media (max-width: 768px) {
        .page-header-content-container h1 {
            font-size: 38px;
        }
    }
    #445677
    Danielle

    Thanks, Leo! Reducing the font size did the trick.

    #445682
    Leo
    Staff
    Customer Support

    No problem!

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