zerryxu Posted September 23, 2013 Share Posted September 23, 2013 I delete the right column of home page and product page, now I find it is empty on right side of category page, how to edit the width of category page mid column? I attach a photo Link to comment Share on other sites More sharing options...
vekia Posted September 23, 2013 Share Posted September 23, 2013 in this case it is necessary to increse width of the css styles for objects inside <li> object in product-list.tpl file change float:left; to float:right; in: #product_list li .right_block { position: relative; float: left; width: 145px; text-align: right; } it's a part of http://www.lovejewelrystore.com/themes/default/css/product_list.css and change width: 342px; to width 542px; #product_list li .center_block { float: left; padding: 0 7px; width: 342px; border-right: 1px dotted #ccc; } the same file as above Link to comment Share on other sites More sharing options...
zerryxu Posted September 23, 2013 Author Share Posted September 23, 2013 in this case it is necessary to increse width of the css styles for objects inside <li> object in product-list.tpl file change float:left; to float:right; in: #product_list li .right_block { position: relative; float: left; width: 145px; text-align: right; } it's a part of http://www.lovejewelrystore.com/themes/default/css/product_list.css and change width: 342px; to width 542px; #product_list li .center_block { float: left; padding: 0 7px; width: 342px; border-right: 1px dotted #ccc; } the same file as above it is done , thank you Link to comment Share on other sites More sharing options...
vekia Posted September 23, 2013 Share Posted September 23, 2013 you're welcome glad to help you! im going to mark this topic as solved if you will have any questions related to this case - feel freee to continue discussion here best regards! Link to comment Share on other sites More sharing options...
Recommended Posts