Change width of single post

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 :slight_smile:

Hello @muriel,

Thanks for writing to us.

I checked the given custom CSS code on my test site and it is working fine on my end. I checked your site and I am not able to find this code on your site. Please ensure that you have added the custom CSS code. In case you have added the custom CSS code you need to purge all the cache so that the latest code renders properly.

Thanks

Hi there. I definitely added the code to the Global CSS from within Cornerstone (I just double-checked). I cleared my cache and reloaded the site; it’s still not working.

Hi @muriel,

I have added the code into the Global CSS and found it is working fine.

If it is still not working, can you please provide any video that helps us to recognize the problem?

Thanks

Thanks – I moved the code to the top of the Global CSS (within Cornerstone) and now it works (it was previously at the bottom.

Hi @muriel,

Glad to know that it is working now.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.