Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #450277

    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

    #450280

    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;}
    
    
    #450301

    Hey!

    Yes, please remove “margin-right: 10px;” from your code as @begrafiks mentioned

    @begrafiks
    thanks a lot :)

    Regards,
    Yigit

    #450307

    Thanks! :-)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘no space between menu items’ is closed to new replies.