Reply To: Mobile Responsive Problem with Epik Theme

Homepage Community Forums General Mobile Responsive Problem with Epik Theme Reply To: Mobile Responsive Problem with Epik Theme

#15243
kronos
Customer

    Ok for some reason my response didn’t show up, and I think it’s because I didn’t hit the Submit button, or the browser that I’m using (Opera) had an error. I typed a reply a few days ago, and when I clicked this forum link to see how everything was going, everything that I typed was still inside the Message/Reply box waiting to be submitted. Thank goodness my browser saved that info!

    Anyways, here’s what I typed –

    I just checked that out and I can see your Menu disappears in responsive mode. The theme/demo itself is working fine (check out the demo). The only way it wouldn’t is if you added or removed something from the theme on your own site. Did you make any adjustments to the responsive Nav CSS code/section? By default it’s supposed to work. If you look at the demo, you can see how everything is setup – http://demo.appfinite.net/epik

    Do you remember what all you added to your CSS that may have altered how this section of the theme works?

    Take a look at this code in your css to see what I’m referring to (line 4220) –

    	.genesis-nav-menu.responsive-menu {
    		display: none;
    	}