This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

MeroWish.com

  • ***
  • 78 posts
I Need Some changes in zara theme
« 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..
MeroWish.com

*

MeroWish.com

  • ***
  • 78 posts
Re: I Need Some changes in zara theme
« Reply #1 on: March 09, 2017, 02:33:00 PM »
Hello sir, still not got any reply from you. Please help
MeroWish.com

*

Carlos Carcamo

  • ****
  • 105 posts
  • LaKompra.com
Re: I Need Some changes in zara theme
« Reply #2 on: March 09, 2017, 05:10:40 PM »
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
Code: [Select]
#more-info .item-description
You need to have this line
Code: [Select]
{display:block;margin:0;padding:0px 15px;margin:15px 0 25px 0;}, the important part is to have
Code: [Select]
display:block
I hope it help!

LaKompra.com

*

MeroWish.com

  • ***
  • 78 posts
Re: I Need Some changes in zara theme
« Reply #3 on: March 11, 2017, 04:24:48 AM »
Sir it means we have to replace that line in responsive.css?
MeroWish.com

*

Carlos Carcamo

  • ****
  • 105 posts
  • LaKompra.com
Re: I Need Some changes in zara theme
« Reply #4 on: March 11, 2017, 04:26:41 AM »
Just add display:block
LaKompra.com

*

MeroWish.com

  • ***
  • 78 posts
Re: I Need Some changes in zara theme
« Reply #5 on: March 16, 2017, 08:50:08 AM »
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
MeroWish.com

Marked as best answer by nancy.aarya on March 17, 2017, 05:03:32 PM
*

Carlos Carcamo

  • ****
  • 105 posts
  • LaKompra.com
Re: I Need Some changes in zara theme
« Reply #6 on: March 16, 2017, 05:58:01 PM »
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

Code: [Select]
#side-right .body {
    display: none;
    margin-bottom: 15px;
}

Just change
Code: [Select]
display:none to
Code: [Select]
display:block

 8)
LaKompra.com