I have my blog posts set to no sidebar and each single post is centered in a middle column. Great.
How do I change the width of that column? For example 1000px.
Is there an enfold setting?
Or do I need to write some custom CSS? If so what is that CSS? I’m having a hard time tracking down the element and CSS that is making the column so thin.
Hey mattmikulla!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
Rikard
Sure. Here is a blog post: mattmikulla.com/blog/dreamy-austin-skyline-photos/
Hey!
Not sure what’s going on there to be honest, could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Cheers!
Rikard
Included in private content.
Still haven’t heard back from you folks. Any help appreciated.
Hey!
Try adding this to your custom CSS.
.entry-content-wrapper, .entry-content-wrapper * {
max-width: 1000px !important;
}
Regards,
Elliott
Unfortunately that CSS doesn’t work with the responsive nature of the site.
The images don’t scale down for whatever reason.