Tagged: menu
Hello,
Please check http://www.autostoomdienst.nl/wp
Is it possible to delete the white spaces between the menu-items? So it will look like one blue bar? Hover color needs to stay the way it is.
Thanks for your help!
Martine
Hi famewebdesign :
Inorder to delete the white spaces between menu items you should just delete the “margin” (but keep the color) in your child theme :
li#menu-item-242 {background-color: #30b9db;}
li#menu-item-86 {background-color: #aac718;}
li#menu-item-87 {background-color: #30b9db;}
li#menu-item-88 {background-color: #30b9db;}
li#menu-item-89 {background-color: #30b9db;}
li#menu-item-90 {background-color: #30b9db;}
li#menu-item-85 {background-color: #30b9db;}
Hey!
Yes, please remove “margin-right: 10px;” from your code as @begrafiks mentioned
@begrafiks thanks a lot :)
Regards,
Yigit
Thanks! :-)