Home Forums Arnold WordPress Theme Menu iPad in portrait mode

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26273
    webctr2021
    Participant
    Purchased
    Expired

    Hello,

    I have a problem. When I access the web through an iPad and navigate with the iPad in portrait mode (not landscape), the menu does not appear correctly. Is there an option to reduce the white space between links or to directly show a drop-down menu icon from X size as on mobile?

    img

    Thanks.

    #26274
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi there,
    Welcome to SeaTheme forum.

    It is possible by custom CSS(“Appearance > Customize: Additional CSS”) to reduce the spacing between menu items:

    @media(max-width:768px) {
     body:not(.navi-justified):not(.navi-corner) .navi-header > div > ul > li { 
        margin-left: 15px;
     }
    }

    If it doesn’t work, please leave your website URL, thanks!


    Regards!
    SeaTheme – FAQsTwitterFacebook

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