Jump to content

Top Menu Problem


Recommended Posts

hello,

 

I am facing a problem is the top menu bar as shown in photo.

 

The text should be centered between menu bar.

 

It looks like this - 

 

Header%20Menu%20Problem.JPG

 

Originally it should look like this - 

 

http://www.templatemela.com/demo/PRS010017/

 

 

Please help..

 

i am a new developer trying to modify the theme to my requirements.


i have used the book store theme.

Link to comment
Share on other sites

global.css line 6772

header .nav nav {
width: 98%;
position: absolute;
background: none repeat scroll 0 0 #EBEBEB;
height: 33px;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
left: 10px;
top: 168px;
z-index: 9;
}

increase top: 168px to top: 192px;

Link to comment
Share on other sites

×
×
  • Create New...