• Hey everybody!

    I have a nice theme but unfortunately the header and the menu are
    positioned in the same line – means because my menu is too long it goes into the logo text…
    So how I can change the position of my header?!
    Please take a look at wpp.estroverso.ch

    Thanks for every help.

    Som

Viewing 4 replies - 1 through 4 (of 4 total)
  • style.css line:145

    remove the top: ###px; from the .logo { } css line.

    Thread Starter ec-office

    (@ec-office)

    thanks for your fast help!

    … so i understand that i have to go to the css file in the theme’s folder and then?!
    Go to line 145 and there must be a line which looks like…. ?!
    I mean I don’t want to remove it, I want to change it. The logo text above the menu…

    can yo help please?

    Open the style.css, you can do that in most themes by going to appearance -> edit

    Then after making sure you’re editing the style.css you can search for

    .logo

    After finding it, wrap the top: ###px; #== some number, i forgot
    wrap it in /* and */ which will comment it out

    so

    .logo {
    /*    top: 145px; */
    }

    will comment out that section which is labelled top…

    then you click the save button

    Thread Starter ec-office

    (@ec-office)

    thx i will give it a try and will report.
    but another question:
    can i “divide” the menu list? so the website is wpp.estroverso.ch and i want to split the menu…

    thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Header Position’ is closed to new replies.