Penguinpyro Posted December 19, 2015 Share Posted December 19, 2015 This image is of my theme on my pc. Notice how the categories bar spreads out, and that hovering enables a drop down menu. This image is of my website while mobile (i have tried disabling the light mobile version, but it makes no difference). While mobile the categories menu is inoperable. I'm assuming its supposed to also be a drop down menu, but clicking anywhere on it does nothing. Is there a way to fix this, or at least get rid of it on mobile? Link to comment Share on other sites More sharing options...
Penguinpyro Posted December 23, 2015 Author Share Posted December 23, 2015 ANY help would be appreciated Link to comment Share on other sites More sharing options...
Daresh Posted December 24, 2015 Share Posted December 24, 2015 (edited) A link to the live site would be nice. O! just noticed, I'll take a look. Edited December 24, 2015 by Daresh (see edit history) Link to comment Share on other sites More sharing options...
Daresh Posted December 24, 2015 Share Posted December 24, 2015 Try to add z-index: 9 to the .cat-title css rule. Link to comment Share on other sites More sharing options...
Penguinpyro Posted December 28, 2015 Author Share Posted December 28, 2015 Try to add z-index: 9 to the .cat-title css rule. How do I do this? Link to comment Share on other sites More sharing options...
Daresh Posted December 28, 2015 Share Posted December 28, 2015 You have all the caching enabled, so I can't tell in which file you'll find this rule. Disable the CSS cache and I will be able to tell you more. Link to comment Share on other sites More sharing options...
Penguinpyro Posted December 28, 2015 Author Share Posted December 28, 2015 Ok, I disabled it Link to comment Share on other sites More sharing options...
Daresh Posted December 28, 2015 Share Posted December 28, 2015 .cat-title { font: 600 18px/22px "Open Sans",sans-serif; text-transform: uppercase; color: #484848; display: block; padding: 17px 20px; border-bottom: 3px solid #E9E9E9; background: #F6F6F6 none repeat scroll 0% 0%; position: relative; z-index: 9; } http://www.gameigloo.com/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css 1 Link to comment Share on other sites More sharing options...
Penguinpyro Posted December 28, 2015 Author Share Posted December 28, 2015 (edited) .cat-title { font: 600 18px/22px "Open Sans",sans-serif; text-transform: uppercase; color: #484848; display: block; padding: 17px 20px; border-bottom: 3px solid #E9E9E9; background: #F6F6F6 none repeat scroll 0% 0%; position: relative; z-index: 9; } http://www.gameigloo.com/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css Where do I go to edit the css? Edited December 28, 2015 by Penguinpyro (see edit history) Link to comment Share on other sites More sharing options...
Daresh Posted December 28, 2015 Share Posted December 28, 2015 You need to connect to your FTP host (with FileZilla client for example). https://filezilla-project.org/ 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