Home Forums WoodMart support forum Correct display of filters in the mobile version

Correct display of filters in the mobile version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #566546

    nparsa276
    Participant

    Hello and good time, I put a filter on the shop page in the widget section. It is displayed correctly on desktop, but it is not displayed correctly on mobile.

    I will send you a screenshot.

    Attachments:
    You must be logged in to view attached files.
    #566888

    Hung Pham
    Keymaster

    Hi nparsa276,

    Thanks for reaching to us.

    Admin credential is incorrect, please check again.

    Regards,

    #566918

    nparsa276
    Participant

    Please check these permissions.

    #566978

    Hung Pham
    Keymaster

    Hi nparsa276,

    Thanks for details.

    Please try using the below Custom CSS code and paste it to Dashboard > Theme Settings > Custom CSS > Custom CSS for mobile section:

    aside .woof_block_html_items select{
    	display: block !important;
    }
    
    aside .woof_block_html_items select + .chosen-container{
    	display: none;
    }

    Regards,

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)