Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36531
    jahmin
    Member

    Hi,

    How can I use CSS to stop the masthead from floating over the div with the id main wrapper? Basically I want it to proceed the main wrapper and remain static in relation to it.

    Thanks,

    Laurie

    #36575
    Sakin
    Keymaster

    Hi Laurie,

    Do you mean that you have to remove the fixed header and make it normal header. I am bit confused with your question. If that is the case then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #masthead.fixed-header { position: relative; }

    Regards,
    Sakin

    #36815
    jahmin
    Member

    hi thanks for getting back to me.

    sorry i’m not explaining myself very well!

    I want the different elements to behave as a single unit – if that helps – so that they scroll together. related to this, i think, is that i’m finding that the very top of the page (the masthead i think!) is actually floating over and obscuring some of the header image (#main-feat-img) i am using – see http://www.migrantalert.org.uk/

    how can i stop that form happening?

    thanks

    #36894
    Sakin
    Keymaster

    @jahmin: Sorry, I don’t see anything floating over in your site.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Stop Header masthead floating over mainpage div’ is closed to new replies.