• Resolved svankolck

    (@svankolck)


    Dear people,

    I would like to edit my Header php on the website:
    http://www.vrxproducts.nl/test/

    I would like to have the navigation bar beneath/below the header picture. Now the navigation bar is above that picture.

    How can I edit this en where is it possible to edit the position?

    Thnx in advance.

    Sander

Viewing 2 replies - 1 through 2 (of 2 total)
  • You may need some knowledge about HTML and CSS.
    In is in header.php

    However, if you don’t have ideas about HTML and CSS.

    try putting this code at the very bottom of style.css in theme folder.

    div.nav {position:absolute; top:180px;}
    div.Header-jpeg{position:absolute; top:-35px;}
    Thread Starter svankolck

    (@svankolck)

    Thanks!!! That worked perfectly!!

    ninenote… THANKS SO MUCH!

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