This is a migrated thread and some comments may be shown as answers.

Remove space next to the child category

2 Answers 54 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Sleven
Top achievements
Rank 1
Sleven asked on 15 Jan 2010, 10:08 PM
How do we remove space or color next to the child category??

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Jan 2010, 08:24 AM
Hello Sleven,

You can add the following CSS in order to shift the menu item text to left most for the sub menu items.

CSS:
.rmText  
{  
    padding-left1px !important;  
}  

Also adding he following CSS will remove the background style for the sub menu items.
       .rmGroup 
        { 
            background-imagenone !important; 
        } 

-Shinu.
0
Sleven
Top achievements
Rank 1
answered on 21 Jan 2010, 09:34 AM
Thanks Shinu
I solved the problem
Tags
Menu
Asked by
Sleven
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Sleven
Top achievements
Rank 1
Share this question
or