Jump to content

[solved] wrong logo position after update


Recommended Posts

yes! i've got solution ;)

 

go to the global.css file located in your theme directory (themes/your_theme/css/global.css)

You're looking for something like:

 

#header_logo {
float: left;
display: block;
margin-top: 0;
}

 

add there:

position: absolute;

 

final code:

 

 

#header_logo {
float: left;
display: block;
margin-top: 0;
position:absolute;
}

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

Hello!

 

I was also upgrade a 1.5.4.1 version, but logo is same where out. it`s still not work for homepage logo. I was try to exchange it`s possibile. But after ar refresh is change to back.

 

Homepage: www.autovisso.eu

 

Any solutions?

Link to comment
Share on other sites

Hello!

 

I was also upgrade a 1.5.4.1 version, but logo is same where out. it`s still not work for homepage logo. I was try to exchange it`s possibile. But after ar refresh is change to back.

 

Homepage: www.autovisso.eu

 

Any solutions?

 

have you tried to clear cache in your browser? Im asking because i checked your website and it looks fine (logo is in correct position)

 

regards

Link to comment
Share on other sites

×
×
  • Create New...