Removing dead space

Home » Forums » Web Form Builder » Removing dead space


Senior Advisor
9,109 posts

It's inside the theme/default/css/default.css I can't hear what I'm looking at.
It's so easy to overlook something your not looking for.

Here's my S-Drive site with
examples of what can be accomplished in VSD.
http://progrower.coffeecup.com/
Here's my CoffeeCup SCCP Shop with examples of what can be done.
http://progrower.coffeecup.com/shop/





Registered User
4 posts

Thanks guys. I'm still having trouble...the code in my default.css looks different to that posted by Eric. Here's what I have:
#docContainer {
margin: 40px auto;
padding:0px 0px 0px 0px;
width: 600px;
font-family: Helvetica, Arial, Sans-serif;
font-size:13px;
color: #333;
background-color: rgb(246,246,246);
border: 1px solid rgb(193,193,193);
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}


Any ideas? Didn't realise I'd need to be digging into code when I bought this software!
Thanks again for your help, it's much appreciated. D


Senior Advisor
9,109 posts

Play with this.:)
/* This rule will applied to the form container */
#docContainer {
margin: 40px auto;
padding:0px 0px 0px 0px;
width: 600px;
font-family: Helvetica, Arial, Sans-serif;
font-size:13px;
color: #333;
background-color: rgb(246,246,246);
border: 1px solid rgb(193,193,193);
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
I can't hear what I'm looking at.
It's so easy to overlook something your not looking for.

Here's my S-Drive site with
examples of what can be accomplished in VSD.
http://progrower.coffeecup.com/
Here's my CoffeeCup SCCP Shop with examples of what can be done.
http://progrower.coffeecup.com/shop/





Registered User
4 posts

:( Tried changing 40px to 0px, with no effect. Also tried deleting the term "auto" in that line, with no effect. Thanks anyway!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.