Best Premium and Free WordPress Themes › Forums › SuperMagPro › Sub Menu items are coming up at the top of the menu instead of next to parent › Reply To: Sub Menu items are coming up at the top of the menu instead of next to parent
February 28, 2017 at 4:57 am
#14252
acmethemes
Keymaster
Please add the below CSS codes on Appearance > Customize > Additional CSS and check your menu once. Hope this CSS will solve your problem.
.main-navigation ul li{
position: relative;
}
Let us know the results.
Regards