Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #122680
    rene.schreuder
    Participant

    Hi,

    How can i remove the #masthead and all the white spaces that is left behind but keep my header right menu to be seen. I want to accomplise a one page background only with a form on it and on the top in the right just my menu transparent over the background. What i have so far is this: http://affect-it.nl/contact-us/

    i know that i can remove the #masthead with custom css however there is then still a big white space and my menu is gone (ofcourse) is it possible to remove all that white space and still keep my header right menu?

    regards,

    René

    #122697
    rene.schreuder
    Participant

    i have fixed it with the following code:

    .page-id-1468 #masthead .wrapper
    {
    	margin-top: -5px;
    	padding: 0;
    }

    regards,

    René

    #122830
    Pratik
    Keymaster

    Great you solved it yourself. 😀

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘remove masthead but keep header right menu’ is closed to new replies.