Hi,
I’m trying to change the width of the content on a single post (e.g. here) – I tried the following:
.single-post .entry-wrap {
max-width: 500px !important;
margin: auto !important;
}
but it’s not having an effect, not sure if it’s being overridden by some other CSS or if there’s something wrong with the selectors?
Would love some help