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
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.
Hi, I changed the HTML file but still don’t see improvement.
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.