Jump to content

[solved] Top menu and logo position after 1.5.4.1 upgrade


Recommended Posts

Hi all,

 

First of all I apologise as I am a bit of a newbie on here and I have spent a lot of time developing my own website with Prestashop for our products.

 

Since upgrading to 1.5.4.1 the theme on the frontpage has changed and the white space between the logo and the menu bar is much larger than the previous version 1.5.3.1 and I cannot figure out how to reduce the gap and shift everything up.

 

The website is www.touratech.co.nz

 

Any thoughts or suggestions? :-)

 

Thanks!!!

Link to comment
Share on other sites

go to the themes/your_theme/global.css

 

and add the: position:absolute; and top:20px; to the #header_logo

remove margin-top:30px;

 

#header_logo {
float:left;
display:block;
position: absolute;
top:20px;
}

  • Like 1
Link to comment
Share on other sites

z-index: 99999;

 

add this to the #header_logo:

 

 

#header_logo {
float:left;
display:block;
position: absolute;
top:20px;
z-index: 99999;
}

 

 

i've noticed that you've got margin-top param still there

just copy code above - will works

Link to comment
Share on other sites

  On 5/12/2013 at 6:08 PM, darrenholm said:

Hello, I am new to prestashop. I uploaded my logo but it is not showing up on my site. Please help!

 

greatsteak.ca

 

thanks!

 

hello, i suggest you to create new thread because this is a bit different topic.

So, im waiting for your thread

regards

Link to comment
Share on other sites

×
×
  • Create New...