Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #472138

    I would greatly appreciate if you can help with the quick css.
    I have the setting “logo left, menu below”

    But I need the logo to stay left and the menu below it to be centered. I tried some css I found in the forums but nothing that worked.

    Thank you,
    Katia

    #472152

    Hi katiadiamond!

    Please show us your site, so we can be sure about the CSS that take place in that area!

    Regards,
    Basilis

    #472161

    OK site info below

    #473017

    Hey!

    you can center the logo using this code:

    strong.logo {
    top: 323px;
    }
    

    Adjust as needed.

    Regards,
    Andy

    #473315

    Hi Andy,

    Thanks for getting back to me. But I don’t need the Logo centered – it needs to stay left. I need the menu below it to be centered. The “logo left menu below” options aligns the menu left also. I need “logo left menu below (menu centered only)”.

    Does that make sense?

    Regards,
    Barry

    #473323

    Hi!

    Please choose to display “logo center, menu below” option in Enfold theme options > Header 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;
    }

    Cheers!
    Yigit

    #473328

    Thanks – exactly what I needed!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Logo Left Main Menu Below (but menu centered)’ is closed to new replies.