How reduce the white area in the header

Viewing 2 posts - 1 through 2 (of 2 total)
  • #17917
    SaraMDesign
    Participant

    Hello,

    I’m biulding a website for a client. Here the link: http://saramorinidesign.com/nightofthestarslondon/

    Can you see in the header where the big banner is? There is too much white space around, especially between the banner and the navigation menu. How can I reduce it?
    Is it possible also to move the social media icons in the black bar of the navigation menu? so maybe the white space above will be reduced.
    Thank you!!!

    #17943
    Daniel Tara
    Keymaster

    You can’t move the social media icons in the header because they use a semitransparent black background and would become invisible, but you can remove them and move only the search form in the navbar with this CSS code:

    #header #searchform{
    	position: absolute;
    	top: 389px;
    	right: 0;
    	margin-top: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.