New Landing How can we help? Atelier Adjust Space Betwen Logo and Menus

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #307043
    amrit02
    Member
    Post count: 46

    Hi guys,

    I am trying to adjust the spacing between my logo and my menus :
    1) The spacing between the Logo and my menus are even (left and right) . Currently its not
    2) I can adjust the spacing between Menus.

    I have tried my custom CSS but it does not work

    .full-center nav#main-navigation ul.menu > li.menu-item-48{
    margin-right:310px !important;
    }

    ul#menu-main-menu-1{
    margin-right:-70px !important;
    }

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

    You just adjust the menu item padding.

    @media only screen and (min-width: 1200px) {
    .full-center nav.float-alt-menu ul.menu > li > a, 
    .full-center #header nav.std-menu ul.menu > li > a {
        padding: 0 30px;
    }
    }
    .full-center nav.float-alt-menu ul.menu > li > a, 
    .full-center #header nav.std-menu ul.menu > li > a {
        padding: 0 20px;
    }
    #307224
    amrit02
    Member
    Post count: 46

    Hi David

    Thanks, Distance adjustment works, however the space between the Logo and the menu text is not even on both sides.
    Attached image for a clearer explanation

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

    For that please adjust using this:

    #header-section.header-split #logo {
        margin-left: -80px!important;
    }
    #307238
    amrit02
    Member
    Post count: 46

    Works ! Thank You , David !

    #307239
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out.

Viewing 6 posts - 1 through 6 (of 6 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