Header overlapping page content

The cart page is hidden under the logo therefore not allowing me to update the cart or apply a coupon code. I'm assuming there's something wrong with the padding or something with the header. Visit site and add something to cart then view cart page to see what I am talking about. 

www.ultimatetvstick.com

Comments

  • Hey,

    it's because you are using kind of transparent header and this is how exactly that kind of headers works when there is no slider or background images behind. So or you will use different header type on pages without slider or you must use below css to move the whole content down:
    body:not(.template-slider) #Content { padding-top: 200px !important; }
Sign In or Register to comment.