Site logo

Archived topic

Bottom Margin in Sub menu

3 replies · Started by Sourabh on June 28, 2021

Viewing posts 1–4 of 4

HI,

Read one of your articles and created an underline effect in sub menus, So just want to add small space from bottom as lack of space covering underline effect in last menu item of row (Refer snapshot).

So how to add space from the bottom in submenu.

Hi there,

Try this CSS:

.inside-navigation .main-nav .menu-item-has-children > ul {
    padding-bottom: 10px;
}

Yes fine.. thanks

No problem.

This archived topic is closed to new replies.