Hi Friends,
I would like to change some columns in my store, please help:
I want to invert the right colum (compare products, category, newsletter…) with the left (products)…
How can I do this?
And… I like to get out the compare products block!
Are you understands me??
Sorry about my english, I’m brazillian.
Thank you!!
2 answers
Please change this code:
Code:
.ja-lo-2colsl #ja-content { float: left; width: 75%; }
to
Code:
.ja-lo-2colsl #ja-content { float: right; width: 75%; }
in /skin/frontend/default/jm_ores/css/theme.css.
To get out of compare products please remove this code:
Code:
<block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
in catalog.xml of app\design\frontend\default\jm_ores\layout.
Thanks man!!
Your answer solved the problem!
This question is now closed