Scotty501 Posted December 27, 2011 Share Posted December 27, 2011 Hi All, I have slightly edited the Prestashop-New as seen here but I seem to have a problem on the product pages. The add to cart and Add to Wishlist buttons are crashing into each other. I am not aware I made any changes so I can't work out why its wrong - nor via Firebug what I need to change to make the images align correctly. I am sure its simple. Link to comment Share on other sites More sharing options...
nyett Posted December 28, 2011 Share Posted December 28, 2011 hi, you can add a style on product.css #buy_block #wishlist_button { float: left; } hope this helps Link to comment Share on other sites More sharing options...
CartExpert.net Posted December 28, 2011 Share Posted December 28, 2011 Hi! If you use float:left on both of them, you need to set margin-left or margin-right for one of them. Link to comment Share on other sites More sharing options...
Scotty501 Posted December 28, 2011 Author Share Posted December 28, 2011 Thanks fellas - I used #wishlist_button { float: left; } Which worked well. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now