Hi there!
When I create a blogpost, the images does not fit the screen. They are around xx pixels wide.
I want them to fit the screen or atleast be 1024px wide.
Have a look at http://stevenilsen.no/bakgarden-2014/ and you\ll see..
Want it to be the same size as the “featured image” on top is. Where can i change it?
Regards,
Steve
Hi Steve!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }
#top .wp-caption.aligncenter { width: 100% !important; }
Regards,
Yigit
Thank you!
That worked well.
Steve.