Jump to content

[SOLVED] Header logo covers menu and contents


Recommended Posts

I am having a similar issue after upgrading my store to 1.5.6. The logo was displaying below the top menu bar, which I was able to correct by changing the css in the header section from "absolute" to "relative", but it now displays too high in the header.  I would like to have the logo display just above the top menu bar, get the search bar and right hand header items a bit higher, and also reduce the overall height of the header as well. What do I change to do that?  

The site is http://freedomsurvivalgear.com 

 

Thanks, 

 

Jim

Link to comment
Share on other sites

I am having a similar issue after upgrading my store to 1.5.6. The logo was displaying below the top menu bar, which I was able to correct by changing the css in the header section from "absolute" to "relative", but it now displays too high in the header.  I would like to have the logo display just above the top menu bar, get the search bar and right hand header items a bit higher, and also reduce the overall height of the header as well. What do I change to do that?  

The site is http://freedomsurvivalgear.com

 

Thanks, 

 

Jim

change it back to position:absolute;

 

then define margin-top:110px; to ul#topnavEvo

ul#topnavEvo {
margin: 5px 0px 10px 0px;
height: 35px;
font-size: 12px;
background: #6a8e23;
padding-left: 0px;
margin-top: 110px;
}

effect:

h5QCDqw.png

  • Like 1
Link to comment
Share on other sites

If i were you i will use free addon: html block 

 

1) install this addon

2) configure it

3) select "top" hook from the left hand side block

4) to the content box paste this code:

<div style="width: 250px; margin: auto;"><img src="http://www.mamaonlinestore.com/shop1/img/cms/logo_mobile-1_1.jpg" width="250" height="auto"></div>

effect:

IdNPtMn.png

Link to comment
Share on other sites

×
×
  • Create New...