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

    http://novelist.maximfactory.com/

    The current header settings in Enfold is logo left, menu below. I would like to keep the logo where it is to the left and have the menu centered.

    How can I center the menu, it is to the left now.

    I want to keep the settings how they are, I just want the menu to be centered instead of set to the left.

    Thanks.

    #353044

    Hey Micheal0424!

    Please choose to display logo and menu centered and then add following code to Quick CSS

    .html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }

    Best regards,
    Yigit

    #353158

    Worked perfectly, thanks!!

    #353159

    Hey!

    You are welcome, we are always happy to help!

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center menu’ is closed to new replies.