Jump to content

How to move product title block in product page to left?


Recommended Posts

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?

post-741283-0-45892800-1398102549_thumb.png

Link to comment
Share on other sites

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

×
×
  • Create New...