Move Logo to the center

Hello muffingroup,

1) How can i move the the logo to the center of the header?
2) Is it possible to add some text in the header?

best wishes,
Thomas

Comments

  • Hi,
    All possible Header types are in Theme Options > Header & Subheader > Header
    The center logo is in Split Menu and a Stack: Center header.
    All other modifications require an advanced CSS code, which we do not provide (we only help with simple CSS)

    2) I don't know where do you want to add this text.
    But, you can use an Action Bar, it will appear above the header.
    Theme Options > Menu & Action Bar > Action Bar

    Thanks
  • Is it really not possible to move the logo to the center of the header and to have a dropdown menu (like the header "Simple")?
    Can u help me then in another way to align the logo to the center with the header type "Simple"?

    Thank you very much :)

  • Paste this CSS
    1. @media (min-width:787px){
      .logo{
      margin-left:40% !important;
      }

      #Header_wrapper{
      background:white !important;
      }
      }
    Thanks
  • Thank you very much! It looks perfect now!

    Have a good day :)
Sign In or Register to comment.