Superfly menu item padding issue

Hello,

After adding submenu items underneath one of my top level menu items (on my superfly menu), the top level item is now indenting, as if there’s padding on the left side. I can’t figure out how to get rid of it. See “Race” menu item here:

Thanks!

Hello @nwmc,

Thanks for asking. :slight_smile:

Yes, I can see the Race Menu is little bit shifted towards right hand side. To fix that, please add following CSS under X > Theme Options > CSS:

#sfm-sidebar .sfm-menu li a {
    padding-left: 0 !important;
}

Once you add the code, the output should look like as shown in the captured screenshot. https://cl.ly/453c3j2Y1M2t

Kindly let us know how it goes.

Thanks.

Oh, fantastic! That fixed it. Thank you for your help!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.