Hey, using the Integrity stack, I wasn’t quite happy with the width of the overall layout, so I used the following CSS to change the width:
.entry-wrap
{
margin-left: 90px;
margin-right: 90px
}
This fixed my main issue, but now some of the content hasn’t moved. Specifically the blog listings on the index page. They don’t fall within the wrapper itself. I can’t seem to find a way to have them centre within the wrap.
Any help is appreciated!