Tagged: Responsive Menu
I LOVE your theme! I am building a site where “at this point” the main content is from a sidebar menu and the main menu is secondary, but the client want it to stay on top. HOWEVER on mobile devices it is important for the sidebar menu to be available which in responsive it is not.
At this point I don’t need the main menu available in responsive it is more important to have the sidebar. Is it possible to do that.
the site I am referring to is: http://www.internationalwinemasters.com/
Thank you, Tricia
Hi Tricia,
Correct me if i’m wrong, you want the left sidebar menu items to turn into a dropdown menu like the main navigation (in mobile)?
Regards,
Josue
Yes! that is exactly what I want to do.
In fact Enfold even hides the sidebar on mobile devices. If you want to display it insert following code into the quick css field
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {
display: block !important;
}
}
It will show up underneath the main content. It’s not easily possible to turn the sidebar menu into a mobile menu and we can’t help you with this customiztion because it’s beyond the scope of our support forum. You can try to hire a freelancer for this job though.
Thank you!!!! This works perfectly for what I need!!!