Im having issues trying to edit the padding on my site... I needing modules to butt up to the left and right sides with no padding or margin. Then interior padding fo the modules to be 5px and for the overal website width to be 960px...
That will be a lot of CSS work to do. Once you remove margins and padding you have to increase the module sizes to compensate or you won't have the width.
That amount of customisation goes beyond our normal levels of support. You could always use the Marketplace board to see if any other developers would take on this work.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
.rt-container-bg {
margin: 0 -20px;
padding: 0 20px 20px;
}
Get familiar with Firebug - it's your friend :cheesy:
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
That is the actual original code - you need to set the values to suit your needs e.g.
.rt-container-bg {
margin: 0px;
padding: 0 0 20px 0;
}
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information