Jump to content

[SOLVED] Creating a space between a module and continue shopping/next buttons in my shopping cart


Recommended Posts

hello

 

 

add margin-top:20px; param to:

#cart_accessories, #cart_pordered {
padding: 2px;
width: 100%;
float: left;
border: solid 1px #ccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom: 2px;
margin-top: 20px;
}

it's a part of http://www.essexdogsupplies.co.uk/modules/blockcartaccessories/blockcartaccessories.css file ;)

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...