tonisky Posted April 21, 2014 Share Posted April 21, 2014 Hi everyone, I changed the product picture in product page to a smaller size, now there is a big gap between the picture and the product title/short description block, see the attached picture. Can anyone tell me how to move the product title block to the left? I tried to edit product.css but couldn't find the code to edit. By the way, I find prestashop v1.6 is more more difficult to customize than v1.5. Especially the css code, it became highly unfriendly to edit in v1.6. In v1.5.6, I can easily find the right css code to move the product title block to the left, in v1.6, I just coundn't find it. Can someone help me, please? Link to comment Share on other sites More sharing options...
dioniz Posted April 21, 2014 Share Posted April 21, 2014 You will have to edit product.tpl Change: <div class="pb-left-column col-xs-12 col-sm-4 col-md-5"> to: <div class="pb-left-column col-xs-12 col-sm-4 col-md-4"> and change <div class="pb-center-column col-xs-12 col-sm-4"> to <div class="pb-center-column col-xs-12 col-sm-5"> This way you will set left column narrower and center column wider Link to comment Share on other sites More sharing options...
Recommended Posts