Jump to content

Header White Line - How To Remove It


Recommended Posts

Well you need to make some changes. Move code from 

.mode_container {
    background: url("http://www.svettepiha.rs/themes/pt_winestore/css/../img/bg.png") no-repeat scroll center top / 100% 100%;
    background-attachment: fixed;
    background-position: 100% 100%;
}

to

#page {
    background: url("http://www.svettepiha.rs/themes/pt_winestore/css/../img/bg.png") no-repeat scroll center top / 100% 100%;
    background-attachment: fixed;
    background-position: 100% 100%;
}

and then also change

.mode_header #header {
    background: #fff;
}

Think this is all in global.css but depends on your theme. 

 

Also a tip, try to compress that background image as 2.4MB is bit large.

Link to comment
Share on other sites

Thanks for reply Azaro,

I did everything what you wrote, but nothing changed. 
I cleard the cache and everything but nothing.

Thanks for the tip for background picture. I know I have to compress it, I will do it at the end, if I solve this problem with background.

Thanks once more.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...