Profillageret Posted August 6, 2014 Share Posted August 6, 2014 Hello Guys, I just bought an OPC module, and is almost satisfied with the changes I have made, but there is 2 things I can't figure out. The site is: www.profillageret.dk Please try to go to checkout and see. 1. The left coloum.. There is too much space between the input fields... where do I change that ? Have tried almost everything, and cant get it working. 2. The order message box, I would like to move from center coloum to right coloum to save space. Please help.... Link to comment Share on other sites More sharing options...
mani313 Posted August 8, 2014 Share Posted August 8, 2014 (edited) #center_column #new_account_form p { margin: 0 0 0 2px; } #center_column #new_account_form p.checkbox{ margin: 0 0 0 2px; margin-top: 7px; } add this at your style if it not works, add following code. #center_column #new_account_form p { margin: 0 0 0 2px !important; } #center_column #new_account_form p.checkbox{ margin: 0 0 0 2px !important; margin-top: 7px !important; } Edited August 8, 2014 by mani313 (see edit history) 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