Hi Enfold team,
I’m using the blog layout without sidebars. Now I would like to increase the width of the content for big screens. For smaller resolutions the width must stay at 100%. This is one blog post, I would like to increase:
http://vondraussen.com/costa-rica-nass-und-gluecklich/
I tried several code snippets from other threads but none of them worked so far.
Thanks in advance
Oliver
Hey Oliver!
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%;
}
Cheers!
Yigit
Hi Yigit,
thanks for your quick reply! 100% was too wide and 80% also affected the mobile layout, so I slightly changed your suggestion to this:
@media only screen and (min-width: 768px) {
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 80%;
margin: 0 auto;
}}
It works perfectly.
Thank you!
Oliver
Hi!
Glad you got it shorted!
Let us know if we can do anything else for you!
Best regards,
Basilis