- Posts: 206
- Thank you received: 0
Submenu hides top level menu items
-
Danimeeka
Active member -
Topic Author
- Member
-
Less
More
4 days 10 hours ago #51833
by Danimeeka
Submenu hides top level menu items was created by Danimeeka
Hi Milos,
My website is at www.blackswanit.com.au/ and uses the template Galatea. The Home menu item has 2 sub menu items that, when displaying, completely overlay the Home top level item.
How do I move the sub menu items down about 150px so they no longer overlay the top level item?
Many thanks,
Julia.
My website is at www.blackswanit.com.au/ and uses the template Galatea. The Home menu item has 2 sub menu items that, when displaying, completely overlay the Home top level item.
How do I move the sub menu items down about 150px so they no longer overlay the top level item?
Many thanks,
Julia.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
4 days 3 hours ago #51835
by milos
Replied by milos on topic Submenu hides top level menu items
Hello,
Please edit the file /media/templates/site/galatea/css/custom.css and around line 148 change this:
to this:
Regards,
Milos
Please edit the file /media/templates/site/galatea/css/custom.css and around line 148 change this:
Code:
.mnu_mainmenu > li > a, .mnu_mainmenu > li > span {
padding: 40px 25px 0px 25px;
}
to this:
Code:
.mnu_mainmenu > li > a, .mnu_mainmenu > li > span {
margin-top: 30px;
}
Regards,
Milos
The following user(s) said Thank You: Danimeeka
Please Log in to join the conversation.
Time to create page: 0.152 seconds