SHOW AJAX SHOP TITLE CATEGORIES ON MOBILE
-
Hi Xtemos team!
Could you please help me to always keep the categories open in the title categories of the shop? I did open them with this code, but after I go to a category and then go back with the arrow they get closed again.
@media (max-width: 1024px) {
.woodmart-product-categories {
display: block;
}
.woodmart-show-categories {
display: none;
}
.woodmart-product-categories>li {
display: inline-block;
}
}
Could you please help me to make this happen?
Thank you in advance for your help and support!
Attachments:
You must be
logged in to view attached files.
I have attached a video to better explain my request.
Thanks!
Hello,
I watched the video you attached and visited your website.
Please try to replace the CSS you added with the following then clear cache and check back.
@media (max-width: 1024px) {
.woodmart-product-categories {
display: block !important;
}
.woodmart-show-categories {
display: none;
}
.woodmart-product-categories>li {
display: inline-block;
}
}
Best Regards.
Hello Aizaz,
Thanks! It works 🙂
Best Regards
Most Welcome :-)
If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.
Thanks for contacting us.
Have a great day :-)
Topic Closed.
Best Regards.
The topic ‘SHOW AJAX SHOP TITLE CATEGORIES ON MOBILE’ is closed to new replies.