This topic has 10 replies, 3 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hello!
I have some issues with the shop page. I would like to have a filter button on mobile, and hide this button and have a fixed filter sidebar on desktop.
I’ve managed to create a fixed sidebar for desktop and a filter button for mobile, what I’m confused about is how to get the filter button to disappear on desktop and keep it on mobile at the same time.
Thanks in advance,
Adrienn
Hello,
Please provide us with your site URL.
Regards
Hello,
Add the following code in child-theme style.css
@media only screen and (min-width: 768px){
.filter-wrap #st-trigger-effects .btn.filled {
display: none !important;
}
}
Regards
Hi, I’ve added it but nothing changed. Any other idea?
Thanks a lot,
Adrienn
Hello,
Is child theme activated on your site?
Please provide us with temporary wp-admin access so we can take a closer look.
Regards
Hi,
You’ll find everything here:
http://www.bagsbystrings.com/wp-admin
Thanks,
Adrienn
Hello,
I do not see the required code in style.css of child theme https://prnt.sc/k9xoou
Please add the code then clear cache and check Shop page.
Regards
I’ve tried the css, but as I didn’t get things to work, I deleted it. You were right, I’ve forgotten about cache before checking, so now it’s working.
Thanks a lot,
Adrienn
You’re welcome!
Feel free to ask if you have any other questions.
Regards
The issue related to '‘Mobile and desktop filter sidebar’' has been successfully resolved, and the topic is now closed for further responses