I love the T3 Framework and I'm slowing getting to know it better. I do need help however with one thing. I have been trying to change the background color of the main body to white while keeping the sides and bottom a dark charcoal color. I managed to change it by entering the following code in the custom.css file:
.t3-sl {
padding-bottom: 5px;
padding-top: 20px;
background-color:#FFFFFF;
}
.t3-mainbody {
padding-bottom: 10px;
padding-top: 10px;
background-color:#FFFFFF;
}
My problem is the I am struggling to move the text further away from the sides as at the moment it goes right up to the dark side bar. Would you be able to advise me on what to place in the custom.css folder to increase the space between the main body text and they side? Or advise if the background color change I did is the problem.
Site: http://aqtemp.cloudaccess.net/
Joomla 3.1
Much Appreciates
Louw