badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Gap above header.

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9184
    Marc
    Participant

    Hi,

    I need to put a gap above the header/menus so I can see the background. I think I may have removed it but cant remember how i did it.. duh.

    http://www.mrsmakeup.co.uk As you can see the page touches the top of the screen. I need some padding around it so I can see the bg image.

    Thanks

    #9216

    Hi Marc,

    To put a gap above the header/menus Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #branding {
        margin-top: 80px;
    }
    @media only screen and (max-width: 767px) {
        #branding {
            margin-top: 30px;
        }
    }

    Thank you for using our theme.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.