Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1155189

    Hi, is it possible to put the main menu to the center without the logo below or above it, which makes the header big. (I’m not using Logo at all) So, basically I would like to move the Main Menu from right to center.

    Thanks

    #1155296

    Hey Pixie-Bob,

    Could you post a link to the site in question so that we can have a closer look please?

    Best regards,
    Rikard

    #1155303

    Ok

    #1155462

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .main_menu {
        display: table;
        margin: 0 auto;
        position: relative;
    }

    Best regards,
    Rikard

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