Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #431280

    Hello there,

    I am looking for code to make a menu that is a hybrid of header option 3 and 5. Basically, my header contains 2 logos – one on the left and the other on the right, and I would like for the navigation tabs to be in the centre, below the logos as in the 5th Menu and Logo Position option.

    Regards,
    Geo

    #431298

    Hey GeoCreo!

    Can you please go to Enfold theme options > Header and choose to display “Logo center, menu below” option and then add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Best regards,
    Yigit

    #432508

    Hey Yigit,

    Thanks so much for this. It worked perfectly :)
    Really appreciate the support!

    Regards,
    Geo

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Creating a hybrid menu with centred menu tabs and two logos – on right and left’ is closed to new replies.