Jump to content

Block position in products page


silvioscavone

Recommended Posts

Hi all,

 

after reading some posts about the same topic, I still can't move my product informations on the right of the product image.

 

Now I have every information below the product image, please check here:

 

http://newsite.rimaoil.it/gb/home/4263-parker-piston-pump-pv140000900210.html

 

I'd like to have all the information on the right of the image.

 

I tried to move the code in product.tpl below:

 

...

<!-- pb-right-column-->

<div class="pb-right-column col-xs-12 col-sm-4 col-md-3">
...
 
but it doesn't work.
 
Am I doing something wrong? do I have to enable something like right column in theme advanced configuration?
 
Waiting for your replies, I thank you all in advance.
 
 

 

Link to comment
Share on other sites

Hi, 

try to adjust:

<!-- center infos -->
<div class="pb-center-column col-xs-12 col-sm-4"> 

to col-sm-3 ( instead of col-sm-4 as it is now) 
 


 <div class="pb-center-column col-xs-12 col-sm-3">
 

The title, reference and so on will snap to the right of the image. Is that what you need?


Kind regards


 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...