Jump to content

How To Display Category Description in Mobile (Solved)


kdash1228

Recommended Posts

8 hours ago, SmartDataSoft said:

@kdash1228

Please share the url of your site. We need to know this is native PrestaShop theme or any custom theme. PrestaShop 1.6 or 1.7 without knowing this information , no user can answer your question in forum

 

Thank you

Thanks. Updated the original post with additional information & screenshots.

Link to comment
Share on other sites

Hello, 

You can add this in your site using any custom js or css module   

 

 

@media (max-width: 767px){

theme.css:5778

.block-category {

display: block!important;

}

}

Or you can remove 

<div class="block-category card card-block hidden-sm-down">

 

hidden-sm-down class from your category template file. It will then show in your mobile also

 

Thank you

  • Thanks 1
Link to comment
Share on other sites

  • kdash1228 changed the title to How To Display Category Description in Mobile (Solved)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...