Try This . . . .
If you haven’t yet done so, create a new file called “custom.css” within file path —> /templates/ja_university/css/
Within that custom.css file, paste the following CSS rules:
#ja-topsl {
background-color: #ccc;
margin-left: auto;
margin-right: auto;
width: 1000px;
}
#ja-topsl1 .main {
background-color: #ccc;
border-bottom: 1px solid #efece1;
margin-left: auto;
margin-right: auto;
padding: 30px 0;
width: 1000px;
}
#ja-topsl2 .main {
background-color: #ccc;
border-bottom: 1px solid #efece1;
margin-left: auto;
margin-right: auto;
padding: 30px 0;
width: 1000px;
}
#ja-container .main {
background-color: #ccc;
margin-left: auto;
margin-right: auto;
padding: 20px 0 0;
width: 1000px;
}
* * * * * NOTE * * * * *
The color code “#ccc” is used for example purposes only. If you need help finding color codes, see this resource —> http://id.joomlart.com/forums/topic/web-color-hex-code-resources/
This should get you started . . . Hope That Helps