Gap between Product Slider and Product List

I have uploaded the Epidio quickstart and everything seems fine but i have a gap between the Product Slider and Product List.

http://eurostyle.co/index.php/

i havent made any real changes so i dont know where it has crept in.

Greatful for the fix as i dont want to re install.

6 answers

Profile photo of cameron ferris 0.00 $tone April 20, 2011
Public

In content tab i have --
{{block type="core/template" template="sample/home.phtml"}}

In design tab i have --
<!--<reference name="content">
<block type="catalog/product_new" name="home.catalog.product.new" alias="product_new" template="catalog/product/new.phtml" after="cms_page"><action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block>
<block type="reports/product_viewed" name="home.reports.product.viewed" alias="product_viewed" template="reports/home_product_viewed.phtml" after="product_new"><action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block>
<block type="reports/product_compared" name="home.reports.product.compared" template="reports/home_product_compared.phtml" after="product_viewed"><action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block>
</reference><reference name="right">
<action method="unsetChild"><alias>right.reports.product.v iewed</alias></action>
<action method="unsetChild"><alias>right.reports.product.c ompared</alias></action>
</reference>-->

I cant see the tags there.
Any suggestions ?

thanks

#2
Profile photo of chavan 100.00 $tone April 27, 2011
Public

I replaced the Following in the CMS -> Eurostyle Home Page in admin panel

Code:

<p>{{block type="joomlart_jmproducts/list" name="home.jmproducts.list" }} {{block type="joomlart_jmcategorylist/list" name="home.jmcategorylist.list"}}</p>

With

Code:

<div>{{block type="joomlart_jmproducts/list" name="home.jmproducts.list" }} {{block type="joomlart_jmcategorylist/list" name="home.jmcategorylist.list"}}</div>

Note: If you Find my Post useful please click on the Thanks Icon

#5

This question is now closed

Written By

Comments