CrossY Posted June 9, 2015 Share Posted June 9, 2015 Hi There, I've done some CSS adjustments to my shop, but now my Category (menu) button goes missing when I browse on mobile. It disappears on 768px if I'm correct., pretty sure it used to be there earlier on.. I've tried disabling all CSS that i've edited, but It doesnt seem to make any difference. The following code seems to be accurate; (line 19 in superfish-modified.css) @media (max-width: 767px) { .sf-menu { display: none; } } But nothing seems to come in it's place. If I remove that bit of code it does show the menu, but in an incorrect styled way. I've tried copying a new superfish-modified.css, but it makes no difference... I don't mind sharing the url if somebody wants to take a look, but rather not in public Thanks in advance! Link to comment Share on other sites More sharing options...
CrossY Posted June 15, 2015 Author Share Posted June 15, 2015 Anyone? Link to comment Share on other sites More sharing options...
CrossY Posted June 16, 2015 Author Share Posted June 16, 2015 Solved. For some reason (probably my own) there was a piece of HTML (for the correct div) missing in the module. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now