I fixed ours by changing some custom css pertaining to .main-navigation.
Thread Starter
Liz_S
(@liz_s)
What did you change exactly? I tried changing some css but it didn’t work.
Thread Starter
Liz_S
(@liz_s)
OK, I figured it out.
Changed:
.main-navigation ul li ul {
position: absolute;
top: 30px;
left: 25px;
background: none repeat scroll 0 0 rgba(51, 51, 51, 1) !important;
width: 180px !important;
}
to:
.main-navigation ul li ul {
position: absolute;
background: none repeat scroll 0 0 rgba(51, 51, 51, 1) !important;
width: 180px !important;
}
Removed:
top: 30px;
left: 25px;
Hi @liz_s @kentbigdog,
While checking your sites, everything seems to be working fine. Could you clear your browser’s cache and check once? If the issue still persists, do let us know.
Thanks.
Thread Starter
Liz_S
(@liz_s)
Yes, I said I had fixed it with css. But there obviously a problem with the latest update of the theme. I have another site using the same theme and updated it today and AGAIN the submenus are open by default and wont collapse.
The css fix I used on the other site does not work on this one, so I will have to roll it back to a previous version of this theme.
Hi @liz_s,
Could you contact us via our chat support through ThemeGrill official website?
Thanks.