Enoteca Posted February 22, 2014 Share Posted February 22, 2014 (edited) As in the image attached, I'd like to align the cart button next to the price, both in the home-products and in the product-detail view. How can this be achieved? Edited February 23, 2014 by Enoteca (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 23, 2014 Share Posted February 23, 2014 it looks like non default theme can you share url to your website? without an access (to inspect purposes) it will be a little hard to say what you have to do Link to comment Share on other sites More sharing options...
Enoteca Posted February 23, 2014 Author Share Posted February 23, 2014 thanks Vekia for always being available.... the theme is the default one with minor CSS modifications, visible on www.mondodellabirra.com/shop Link to comment Share on other sites More sharing options...
vekia Posted February 23, 2014 Share Posted February 23, 2014 1) to global.css paste this code: #featured-products_block_center .ajax_add_to_cart_button, #featured-products_block_center .exclusive { position:relative; right:-60px; bottom:22px; } effect: Link to comment Share on other sites More sharing options...
vekia Posted February 23, 2014 Share Posted February 23, 2014 2) to global.css paste this: #buy_block .price {position:absolute; float:left;}| effect: Link to comment Share on other sites More sharing options...
Enoteca Posted February 23, 2014 Author Share Posted February 23, 2014 You really are a PS Legend Vekia! It was easy to spot the right place for placing those codes, right at the bottom of global.css, and it worked like a charm. Looking forward for your help on my many other issues.... Thank you 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