Paulito Posted June 9, 2013 Share Posted June 9, 2013 (edited) Good Morning all, Using PS 1.5.4.1 default theme I am sure this question has been asked before but: How can I get rid of the empty space on the right of my product page. ( see LINK ) I knew this would happen after following Nemos excellent tutorial on making a grid display but I assumed, wrongly, that I would be able to resolve the issue. Your help, as always, is appreciated Paul Edited June 9, 2013 by perfumeskunk (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 9, 2013 Share Posted June 9, 2013 you have to change several css classes: #pb-left-column { float: left; margin-left: 14px; width: 255px; product.css ~136 change width param, for example: 475px; effect: 1 Link to comment Share on other sites More sharing options...
Paulito Posted June 9, 2013 Author Share Posted June 9, 2013 (edited) Good morning, Vekia, as always a perfect solution. For anyone else that has the same problem then go to: public_html > your theme > css > product.css > scroll down to around line 136 #pb-left-column { float:left; margin-left:14px; width:255px; change the width to suit your site, for my needs 475px works perfectly. I have added a screen shot to my original post to show others the difference when you change this param Hope this helps Paul Edited June 9, 2013 by perfumeskunk (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 9, 2013 Share Posted June 9, 2013 thanks for marking this thread as solved i checked your website - now it looks much better than before regards! Link to comment Share on other sites More sharing options...
Recommended Posts