Nandos Posted June 10, 2016 Share Posted June 10, 2016 (edited) Hi guys, the string "Notify me when available" is too near the social buttons, so i wanted to add a space, like a <br> tag, after it to make some space between them. Where and how i can make this edit? Thanks in advance Edited June 17, 2016 by Nandos (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted June 11, 2016 Share Posted June 11, 2016 Could you share the site's url? Are you using the default template? Link to comment Share on other sites More sharing options...
Nandos Posted June 14, 2016 Author Share Posted June 14, 2016 Could you share the site's url? Are you using the default template? Hi, i'm using the defaut theme for 1.6.1.5. For example this product, there is the line with the warning "Avvisami quando disponibile" then after it the social buttons, without a break line. Would be nice to have some space between them. Thanks in advance. Link to comment Share on other sites More sharing options...
NemoPS Posted June 14, 2016 Share Posted June 14, 2016 In product.css, try #mailalert_link {display:block;margin-bottom: 10px} 1 Link to comment Share on other sites More sharing options...
Guest Posted June 14, 2016 Share Posted June 14, 2016 (edited) or just wrap a <p> around it (product.tpl) Edited June 14, 2016 by Guest (see edit history) Link to comment Share on other sites More sharing options...
Nandos Posted June 14, 2016 Author Share Posted June 14, 2016 (edited) In product.css, try #mailalert_link { display:block; margin-bottom: 10px } or just wrap a <p> around it (product.tpl) Thank you, i'll test these solutions asap! Edited June 14, 2016 by Nandos (see edit history) Link to comment Share on other sites More sharing options...
Nandos Posted June 15, 2016 Author Share Posted June 15, 2016 Ok guys, looks like it works, thanks Nemo1. I did the same with the confirmation block it appears after the email registration, just adding almost the same code after it. #oos_customer_email_result { display:block; margin-bottom: 10px } Thanks again 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