Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #339789

    Hi,
    I’m working on a new site and I’d like to have the logo, menu and search bar all at the same level in the header. I figured out how to center the menu but it’s centered on the menu bar area. How do I actually place it between the logo and the search bar?
    Thanks,
    Gabe

    #340233

    Hey connect4consulting!

    Can you post a screenshot and show the changes you would like to make?

    Cheers!
    Yigit

    #340249
    This reply has been marked as private.
    #340253

    Hey!

    Please add following code to Quick CSS

    div#header_main_alternate { border: none!important; top: -80px; }
    #header form#searchform { top: -40%; }

    Best regards,
    Yigit

    #340292
    This reply has been marked as private.
    #340307

    Hi!

    Please add following code to Quick CSS as well

    .logo {
    margin-top: 10px;
    }

    Cheers!
    Yigit

    #340360
    This reply has been marked as private.
    #340850

    Hey!

    Please use this:

    strong.logo {
    top: 20px;
    }

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.