Jump to content

[SOLVED] Add to cart button covering quantity selection


Recommended Posts

Hi guys,

 

I Tried to locate the answer to my query in the forum but couldn't...

 

My problem is that the ADD TO CART button is covering the field to enter / change quantity.

 

Im using the latest version of Prestashop and the theme is "prestadesigner_healtystore"

 

The site is under construction at present and can be viewed here

 

Thanks in advance for any light that can be shed on this.

 

regards

 

Steven

Link to comment
Share on other sites

Hi Steven,

Please replace line 69 of your theme's product.css file with the following:

 

#primary_block p.buttons_bottom_block input { margin: 0.9em 0px 0 auto }

 

 

Additionally, change line 103 of that same file to

 

width: 50%;

 

Then, turn on Force Compile and turn off Cache in your Back Office under Preferences > Performance, clear your browser's cache, reload the page and let us know if that works for you!

 

-Mike

  • Like 1
Link to comment
Share on other sites

Hi Mike,

thank you for your prompt and "spot on" reply, I did as you suggested in the first part of your reply first, I tend to do things one at a time rather than make lots of changes all at once, anyway by changing the first line of code as requested this was enough to sort out the problem. Thanks a million.

 

Steven

 

PS How do I put SOLVED in front od topic?

Edited by B@ndit (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...