Forums
Forums / Theme: Bota / Sub-menu issue… help please
(@meishanized)
11 years, 5 months ago
I have this dropdown that drops from the Services tab and when I click on it to drop down it covers half of the Services tab.
the website is http://test-site.qlfcomponents.org
I’ve searched thru the CSS of the parent theme and still can not for the life of me figure this out. Any help would be awesome.
Thanks,
Mei
Okay, so finally I found the correct css tag to fix this. I’ll post it below for others incase the have the same issue.
.main-navigation ul ul { /* for sub-menu to move container down*/ top: 2.6em !important; border: none !important; border-radius: 0px !important; position: absolute !important; background-color: : #fff !important; }
I had to put !important after each one to override the parent theme.
Hope this helps.
-Mei
The topic ‘Sub-menu issue… help please’ is closed to new replies.