Okay
  Public Ticket #3115780
Centralize main menu between logo and cart icon
Closed

Comments

  • Fernando started the conversation

    Hi! I'm trying to centralize main menu between logo and cart item. 

    I almost reached that using margin css but it didn't work so well. 

    .nav-container-main-menu { margin-right: 600px;

    Any suggestion on how to that? 

    Thank you so much


  •  1,558
    Laborator replied

    Hi Fernando,

    Could you please let us know what you want to achieve using a screenshot or any sketch so I do know exactly how I can help you. Do you want to make the logo centered or to align the items vertically? If you could provide more information that would be better.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Fernando replied

    Hi! I'm attaching a screenshot of what I'm trying to achieve. 

    Basically trying to centralize main menu and mantain logo and cart icon at the same position. 

    Thank you

  •  1,558
    Laborator replied

    Hi again,

    Can you try adding this CSS to Custom CSS > Responsive > Large textarea:

    .header-block__item.header-block__item--type-menu-main-menu.header-block__item--standard-menu-container {
        margin-right: 300px;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group