Jump to content

[SOLVED] Problem with header


Recommended Posts

In prestashop_theme /css/  global.css find :  #header_logo (i think it will be  547 line)  and paste this :

 

#header_logo

{

    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
 
this code will pull up logo, and menu will be able to click
 
 
Link to comment
Share on other sites

in addition to matzmu, use also:

 

#header_logo img {

width:340px!important;

height:auto!important;

}

You mean i need to add this at global.css? Because i cant find anywhere in this file #header_logo so where i can add that? I have done what matzmu said and side look now better but header is now obscuring searching tab. Sorry for my bad english...

Link to comment
Share on other sites

I have done what matzmu said and side look now better but header is now obscuring searching tab. Sorry for my bad english...

 

this is why i suggested to use code that i pasted ;)

 

what to do? just paste code somewhere in global.css (no matter where)

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...