• Resolved Helena Andersson

    (@helena-andersson)


    I am having problem with addressing the submenu (dropdown). I would like to add padding to the list items in the submenu but can’t seem to find the right tag. How can I do this?

    And another question – in my attepts to remove the arrow pointing upwards in the submenu the only thing that worked out was:

    .navigation-classic .primary-navigation ul ul:before {
    content: none;
    }

    Will this be causing problems? Is there a better way?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Helena,

    For the padding, I did a
    .primary-navigation ul li { padding-bottom: 20px; }
    and it worked for me.

    For the arrow, I would do the same thing and it doesn’t seem to cause any problems what so ever.

    Thread Starter Helena Andersson

    (@helena-andersson)

    Thank you Luiz!
    Almost right after I posted I managed to change it… 🙂

    Luiz, thanks for helping out Helena!

    I’ve marked this thread as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Style dropdown, add padding to submenu list items’ is closed to new replies.