- Acme Themes

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

#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