• Hi,

    I have tried the following code to hide the side bar which includes categories, search box and map from mobile display

    @media (max-width: 960px) {
    //#wcfmmp-store .left_sidebar [id^="wcfmmp-store-category-"], #wcfmmp-stores-lists .left_sidebar [id^="wcfmmp-store-category-"]{
    //display: none;
    //}
    	
    #wcfmmp-store-content > div.body_area > div.lft.left_sidebar.widget-area.sidebar{
    display: none;
    }	
    }

    But the above code doesn’t work all the time on all devices. I have tried increasing the max-width but still doesn’t work.

  • The topic ‘CSS Hiding side bar from mobile display in vendor store doesn’t work’ is closed to new replies.