Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #259681
    cinnamon21
    Participant

    How do I spread out the menu, as in increase or decrease the distance between the menu ?

    Also how do I make the shadow of the submenu container disappear? I just want it to be 2D (just white) 😀

    http://celinnamawar.com/

    Thanks!

    #259702
    tikaram
    Keymaster

    @cinnamon21: Add the following additional css from your WordPress admin section. To change the distance between menu items change the value 25px of site-navigation a to a different value as desired.

    .site-navigation a {
    	padding: 21px 25px;
    }

    To remove the shadow add the following additional css

    .site-navigation ul ul {
    	box-shadow: unset;
    }
    

    Regards,
    Tikaram

    #259726
    cinnamon21
    Participant

    Thanks!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Navigation Menu’ is closed to new replies.