Hi there,
I’m trying to change the width of my blog posts. I thought this would have been achievable by the following code:
.single-post .x-container.max{
max-width: 1300px;
}
Unfortunately, this is not working. What am I doing wrong and why is this not working?
Help is appreciated!
Thanks!