Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1160028

    My client wants a header where the logo is on the left and the menu is centered below. This would be very much like your medical demo at https://kriesi.at/themes/enfold-medical/, with borders between menu items. However, my client wants the logo at left instead of centered. I add css to move the logo left, but then the menu below also shifted left.

    Nevermind, I believe I was able to solve this issue! CSS I used is below in case it’s helpful to someone:
    .html_header_top.html_logo_center .logo {
    left: 10%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    }

    • This topic was modified 4 years, 12 months ago by rlhinirv57.
    #1160034

    Hey rlhinirv57,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Enfold header with logo left and menu centered below’ is closed to new replies.