Jump to content

CSS help for OPC Checkout


Recommended Posts

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



#center_column #new_account_form p {

      margin0 0 0 2px;



}

#center_column #new_account_form p.checkbox{

       margin0 0 0 2px;

            margin-top7px;

}

 

add this at your style if it not works, add following code.

 



#center_column #new_account_form p {

      margin0 0 0 2px !important;


}

#center_column #new_account_form p.checkbox{

       margin: 0 0 0 2px !important;

            margin-top7px !important;

}

Edited by mani313 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...