Home Forums WoodMart support forum SHOW AJAX SHOP TITLE CATEGORIES ON MOBILE

SHOW AJAX SHOP TITLE CATEGORIES ON MOBILE

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #243458

    alesans
    Participant

    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.
    #243692

    alesans
    Participant

    I have attached a video to better explain my request.

    Thanks!

    #243739

    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.

    #243854

    alesans
    Participant

    Hello Aizaz,

    Thanks! It works 🙂

    Best Regards

    #243859

    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.

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

The topic ‘SHOW AJAX SHOP TITLE CATEGORIES ON MOBILE’ is closed to new replies.