Support Forums - Classified Ads Script Osclass

Osclass theme support => Zara Osclass Responsive Theme => Topic started by: crymatisticos on October 30, 2017, 08:46:48 PM

Title: Description block in the mobile version
Post by: crymatisticos 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
Title: Re: Description block in the mobile version
Post by: crymatisticos on November 02, 2017, 10:15:33 PM
@frosticek any help
Title: Re: Description block in the mobile version
Post by: MB Themes on November 03, 2017, 09:40:50 AM
To responsive.css under 767px styles add:
Code: [Select]
#more-info .item-description {display:block;}
Title: Re: Description block in the mobile version
Post by: crymatisticos on November 03, 2017, 04:24:14 PM
thank you very much