New Landing How can we help? Atelier Menu Spacing

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #296125
    thanosv
    Member
    Post count: 43

    Hello,

    How can i reduce the spacing of the menu items ? Currently there is so much gap between the menus.

    Thank you,

    #296256
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css.

    @media screen and (max-height: 800px){
    .vertical-menu nav ul.menu>li>a {
        padding: 4px 18px!important;
    }
    }
    
    .vertical-header #vertical-nav ul.menu>li.menu-item.sf-menu-item-btn {
        margin-bottom: 10px!important;
    }

    -Rui

    #296375
    thanosv
    Member
    Post count: 43

    Thank you,

    Now the account, cart , wishlist buttons are overlapping the menu buttons. Any quick fix?

    Thanks,

    #296629
    David Martin – Support
    Moderator
    Post count: 20834

    Can you screenshot what you refer to?

    Thanks.

    #296662
    thanosv
    Member
    Post count: 43

    here you go

    Attachments:
    You must be logged in to view attached files.
    #297022
    David Martin – Support
    Moderator
    Post count: 20834

    That will depend on your screen height, try adjusting with this:

    .vertical-header.has-newsletter-bar #header-section #vertical-nav .vertical-menu-bottom, 
    .vertical-header #header-section #vertical-nav .vertical-menu-bottom {
        bottom: 10px!important;
    }
    #297862
    thanosv
    Member
    Post count: 43

    Thanks for your reply,

    Doesnt resolve the issue though.

    #297924
    David Martin – Support
    Moderator
    Post count: 20834

    Please provide a screenshot of what you see.

    Please state your browser and OS also.

    Thanks.

    #297965
    thanosv
    Member
    Post count: 43
    This reply has been marked as private.
    #297979
    David Martin – Support
    Moderator
    Post count: 20834

    You can only reduce the value as in the above CSS example, the issue is as the window height gets smaller there is simply no space to place it, hence the overlap.

    You could look into hiding it at a certain minimum height, if that is an option you can consider?

    #297998
    thanosv
    Member
    Post count: 43
    This reply has been marked as private.
    #298299
    David Martin – Support
    Moderator
    Post count: 20834

    Sure, that is what this CSS will do though:

    .vertical-header.has-newsletter-bar #header-section #vertical-nav .vertical-menu-bottom, 
    .vertical-header #header-section #vertical-nav .vertical-menu-bottom {
        bottom: 10px!important;
    }

    Currently you have it set to 50

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register