Need Mobile Nav for 1024px and under
PermalinkWhat do I need to change and where?
nav logo:
<div class="col-md-3 col-sm-6 col-xs-6">
nav links:
<div class="col-md-9 col-sm-12 col-xs-6">
comment out:
@media (max-width: 900px) and (min-width: 768px) { div.ccm-page header nav ul li a { /*font-size: 1em;*/ } }
Also, I would look into the fixed call to action bar.
- at under 1199px wide, it disappears
- it reappears at under 767px
- at 767px, the call to action bar is partially visible, and covers your nav menu
What theme are you using and what is the link to your website?