Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #29021

    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

    #139465

    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

    #139466

    Yes! that is exactly what I want to do.

    #139467

    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.

    #139468

    Thank you!!!! This works perfectly for what I need!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘sidemar menu as main responsive menu’ is closed to new replies.