*

crymatisticos

  • ***
  • 57 posts
Description block in the mobile version
« on: October 30, 2017, 08:46:48 PM »
Hello

I want to make the description block unfolded by default in the mobile version rather than folded so what should I add or change to make this possible because a lot of users don.t notice that they should click to show the description

thanks

*

crymatisticos

  • ***
  • 57 posts
Re: Description block in the mobile version
« Reply #1 on: November 02, 2017, 10:15:33 PM »
@frosticek any help

*

MB Themes

Re: Description block in the mobile version
« Reply #2 on: November 03, 2017, 09:40:50 AM »
To responsive.css under 767px styles add:
Code: [Select]
#more-info .item-description {display:block;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

crymatisticos

  • ***
  • 57 posts
Re: Description block in the mobile version
« Reply #3 on: November 03, 2017, 04:24:14 PM »
thank you very much