[Resolved] Little gap on artisan template

Home Forums Support [Resolved] Little gap on artisan template

Home Forums Support Little gap on artisan template

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1415456
    Hendry

    Hi there,

    i found a problem with my site using artisan template.

    It seems that there is a little gap (additional spaces) on the right side of the page if it is accessed on mobile devices.

    What should i do to remove it.

    #1415763
    David
    Staff
    Customer Support

    Hi there,

    can you check the URL you provided as its nothing found for me – you can edit your original topic to check and change it.

    #1415873
    Hendry

    sorry i was customizing my site.

    the link can be accessed now.

    #1415879
    David
    Staff
    Customer Support

    Go to Customizer > Additional CSS and look for this:

    .mobile-header-navigation {
        padding: 8px 5px;
    }

    And change it to:

    .mobile-header-navigation {
        padding: 8px 5px;
        box-sizing: border-box;
    }
    #1415912
    Hendry

    It works, Thank You.

    #1415919
    David
    Staff
    Customer Support

    You’re welcome

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