Hi,
sorry but the sizes of the website are still not the one I want to set.
On the first message, I wrote I prefer these sizes:
Body text width 640 px
Padding 150 px right, 150 px left
Body tot 940 px (640+150+150)
But, after the CSS you suggested me, this is the actual size:
body text width 690
padding 150 px left, 100px right
Body tot 940 px (690+150+100)
So there are 50 px more in the text width and 50 px less on the right padding.
Also, why it has to be modified by CSS code, when there are CUSTOMIZING > SPACING > CONTENT that it should work right for to change the Content Padding?
Thanks for any help
This is the website I want to modify the padding:
http://www.sr22bond.info/
and this is all the CSS code I added on ADDITIONAL CSS:
#hgroup-wrap, #hgroup { padding: 0; }
.site {
width: 940px;
}
#main {
padding: 50px 150px 0;
}
@media screen and (max-width: 940px) {
.site {
width: 100%;
}
#main {
padding: 20px 30px;
}
}
Regards,
Pietro