Jump to content

"Buy Now" button


TatD

Recommended Posts

The trick is explained here: https://www.sitepoint.com/css-center-position-absolute-div/

Summarized: give your div two properties:

 - left: 50%;

 - margin - left: -235px; (half the width; negative; remove the extra spaces...)

 

You should apply that to .nivo-caption at line 710 of global.css

 

post-302430-0-90853500-1467448064_thumb.jpg

Edited by musicmaster (see edit history)
Link to comment
Share on other sites

Hello and thank you for your help! I am not familiar with coding...

Would you please give me step by step instructions how to move the "buy now" button to the center of the slider?

Where do I find that line 710?

A lot of changes can be done easily in prestashop but the ones that involve coding, require more knowledge.

 

Thank you very much!

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...