Editting the top navigation menu

Hi

i want to make the sub category on the navigation menu but its not aligned properly i have attached a picture Attachment 16015

7 answers

Profile photo of Anas Arif 0.00 $tone September 28, 2011
Public

if you hover over games under ps3 category the subcategories are not align properly they are bit lower than games i would like it to start next to the games category if you get what i mean. if you look at the image i posted i would like the sub cateogry to start where next to its parent category

#4
Profile photo of chavan 100.00 $tone October 7, 2011
Public

Go to this File: /skin/frontend/default/jm_epidio/css/menu.css

Find this code and replace it
Code:

#nav ul ul { top: 5px; z-index: 9; }

with

Code:

 
#nav ul ul { top: 0px; z-index: 9; }

Clean your magento and browser cache. you will see the Game and Music on the same line.

Note: If you Find my Post useful please click on the Thanks Icon

#7

Please login or Register to Submit Answer

Written By

Comments