My Blog Index page with all the different posts on it doesn’t have a container, which is what I want. But I can’t make the actual posts themselves without a container. I’ve done the stupid CSS:
.single-post #x-site > div.x-container.max.width.offset {
max-width: 2000px;
width: 100%;
}
But when I do that, the breadcrumbs at the top get shoved over to the left, then I have to add padding to that, and the top and bottom of the container still have padding there, and this should really just be an option without code. Is there a setting for it?