This topic contains 19 replies, has 3 voices, and was last updated by pixelzombie 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
<em>@aadilk4 295727 wrote:</em><blockquote>so far so good, only with the padding im a lil confused! and my aritcles dont have a white background, all have a blue background!!</blockquote>
Are you able to provide the url of the site your working on at this point?
Have you tried to apply the background-color at the content block? There must be a background-color statement somewhere else in your template.css. With the default Erio + quickstart my solution looked fine, there was no blue background anywhere else.
#ja-container .main {
padding: 0px 10px;
background: #ffffff;
}
the domain is http://www.affiniti.co.za
Insert this additional code to your template.css
#ja-container .main {
padding: 0 10px;
background: #FFFFFF;
}
And you missed applying this new css for the header:
#ja-header .main {
padding: 31px 10px 20px;
}
Cheers
Frank
This topic contains 19 replies, has 3 voices, and was last updated by pixelzombie 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum