HI MeShawn,
Please Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#branding, #main { overflow: hidden; }
Thank you!
Perfect! That fixed the problem! Thanks!
actually, I believe that affected the sub menu dropdowns, now they do not fully show the dropdowns and when you click on the other pages they do not show the sub menu at all 🙁 HELP! thanks!
Hi MeShawn,
Oh! Sorry for that. Remove above CSS code and try below one.
#access { margin-bottom: 0; } #main { overflow: hidden; }