I have the url: https://emsidesign.com/
I’m trying to figure out why full-width blog posts are not working. I’ve tried selecting full-width in the post settings, I’ve used cornerstone and removed the global setting, I added CSS from other threads and I changed the setting in the global customization.
I tried among others -
.single-post .x-container.max.width.offset {
max-width: 100%;
width: 100%;
}
How can I change this? Thanks!