Support Forums - Classified Ads Script Osclass
Osclass theme support => Zara Osclass Responsive Theme => Topic started by: MeroWish.com on March 08, 2017, 08:38:25 AM
-
Hello sir,
I'm using zara theme new version..
Here i need some little change. For ex: when we open any Ads then on item page all the details just as "Description" "Comment" or Related Listings Sections are need to be clicked to view.. i want here to expand those section so whenever the Ads will be opened all the section show as expand, users don't need to click on them to see..
Please help me how should i make this i right way..
Waiting for your kind response & reply..
-
Hello sir, still not got any reply from you. Please help
-
Hello sir, still not got any reply from you. Please help
Hi nancy just to confirm, you need to leave expanded the description and comment section by default right, si hablas español no hay problema.
Please click my site in mobile version http://lakompra.com/vehiculos/autos/lancer-es-ano-2010-a-reparar_i720 I have expanded the description.
If this is the case just go to responsive.css file and look for the line #more-info .item-description
You need to have this line {display:block;margin:0;padding:0px 15px;margin:15px 0 25px 0;}
, the important part is to have display:block
I hope it help!
-
Sir it means we have to replace that line in responsive.css?
-
Just add display:block
-
Hello sir, i did the changes as you said.. but how to expand "Seller Details" and "Location" section as we had expanded the "Description" one..
Please help
-
Hello sir, i did the changes as you said.. but how to expand "Seller Details" and "Location" section as we had expanded the "Description" one..
Please help
After a researching, I found the solution.
Go to Responsive.css, look for the line 504
#side-right .body {
display: none;
margin-bottom: 15px;
}
Just change display:none
to display:block
8)