I want to re-size slideshow and its not working.

I dont want this slideshow to be that big. I want to be able to view trending and best seller information without scrolling down. http://karolaonline.com/GemQuickstart/

3 answers

Profile photo of Ziven Staff 100280.00 $tone July 18, 2016
Public

Hi Erick,
Please go to the file: app\design\frontend\gem\default\template\page\1column.phtml and change the code like under.

<!-- TOP SPOTLIGHT -->
<?php if ($this->getChildHtml('tops1')) : ?>
<div id="jm-tops1" class="wrap clearfix">
<?php echo $this->getChildHtml('tops1') ?>
</div>
<?php endif; ?>
<!-- //TOP SPOTLIGHT -->

Change to:
 

<!-- TOP SPOTLIGHT -->
<?php if ($this->getChildHtml('tops1')) : ?>
<div id="jm-tops1" class="wrap clearfix">
<div class="main">
<div class="inner clearfix">
<?php echo $this->getChildHtml('tops1') ?>
</div>
</div>
</div>
<?php endif; ?>
<!-- //TOP SPOTLIGHT -->

Hope it will help you.
Best Regards,
Ziven.

#1
Profile photo of Ziven Staff 100280.00 $tone July 25, 2016
Public

Hi Erick.
I don’t know what exactly do you want but i see when you changed the HTML and see slideshow like this http://prntscr.com/bx2r07.
The slideshow is smaller. Please let me know exactly do you want to make. 
Best Regards,
Ziven.

#3

Please login or Register to Submit Answer

Written By

Comments