Home Forums WoodMart support forum Mobile filter

Mobile filter

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #513009

    vodocentar.rs
    Participant

    Hello,

    On the mobile view we have a problem with filters:
    1. When one filter is applied grey dot is on the x sign next to the filter name.
    2.When two filters are applied grey line is appearing.
    3.When three or more filters are active situation with grey line is the same and also the name of all fiters that are active we do not see.
    Screenshots are attached.
    That happened after the last update and I thought that it would disappear after the new update. An update recently happened and the problem is still here.
    Does anyone else have the same problem and how to solve it?
    Thank you,
    Best regards

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

    Luke Nielsen
    Keymaster

    Hello,

    Is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?

    Thank you in advance.

    Kind Regards

    #513256

    vodocentar.rs
    Participant

    Hello,
    Yes of course.

    #513294

    Luke Nielsen
    Keymaster

    Hello,

    Could you please disable this verification: https://prnt.sc/4GQmle_6QEUb?

    Looking forward to hearing back from you!

    Kind Regards

    #513318

    vodocentar.rs
    Participant

    Please try now,
    Thank you,

    Best regards.

    #513848

    vodocentar.rs
    Participant

    Hello,

    Just checking if there is any update about this topic? Did you manage to see what the problem was?

    Thank you,

    Best regards

    #513900

    Luke Nielsen
    Keymaster

    Hello,

    Sorry for the delay.

    That line is a scrollbar indicator when swiping on a mobile device: https://gyazo.com/e255cebc9aad95468f4ac778cfb82835

    Please add the below code to Theme Settings -> Custom CSS -> Global Custom CSS:

    @media (max-width: 1024px) {
    
    	.wd-active-filters .widget_layered_nav_filters ul {
    			padding-bottom: 7px;
    	}
    	
    	.wd-active-filters .wd-clear-filters {
    			margin-bottom: 7px;
    	}
    	
    	body .wd-active-filters {
    			margin-bottom: 8px;
    	}
    }

    Kind Regards

    • This reply was modified 5 months, 1 week ago by Luke Nielsen.
Viewing 7 posts - 1 through 7 (of 7 total)