Hi there.
I use the class nbwrap to set margins on pages.
.nbwrap {
padding-right: 7.5% !important;
padding-left: 14.5% !important;
}
Somehow I cannot manage to set identical margins on the blog index page and on single posts. So, how do I do this on single posts? And how can I do the same on the blog index page - and still maintain three columns, margins between columns, but with narrower width.
Thanks.