change margin
Hi, how/where can i change the yellow margin of the menue items (see attachements). I try to set custom CSS, but it was not working. Did you have an correct code for this?
Thank´s for your feedba
ck
Hi, how/where can i change the yellow margin of the menue items (see attachements). I try to set custom CSS, but it was not working. Did you have an correct code for this?
Thank´s for your feedba
ck
Comments
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us the link.
Thanks
Hi,
you can check it here: http://beta.galabau-denzel.de
Thank´s
Please, try the following CSS code:
Thanks
Hi,
soory, that´s not the correct area:
So all menue items have this padding, not the menue bar
Please, add also the following code to control the margin of the submenu.
Thanks
Hi,
thank you.
I changed your coding a little - now it looks like my customers wish:
#Top_bar .menu li.menu-item a{
margin-top: 50px!important;
margin-bottom: 0px!important;
}
#Top_bar .menu li.menu-item ul.sub-menu li a{
margin: 0!important;
}
Have a nice day ?