B@ndit Posted July 27, 2012 Share Posted July 27, 2012 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 More sharing options...
Mike Kranzler Posted July 27, 2012 Share Posted July 27, 2012 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 1 Link to comment Share on other sites More sharing options...
B@ndit Posted July 27, 2012 Author Share Posted July 27, 2012 (edited) 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 July 27, 2012 by B@ndit (see edit history) Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 27, 2012 Share Posted July 27, 2012 Great, I'm glad I could help! The purpose of that second code change was to extend the Quantity line just enough to get the colon onto the same line, rather than on a separate line below. I'll go ahead and mark this thread as solved for you. Happy selling! -Mike Link to comment Share on other sites More sharing options...
Recommended Posts