Hello!
can You help me please with the width of the text/content container. i need to extend it and unfortunately cant wait for the update 3.0
thank You very much for the great support!
Finlando
Hi Finlando!
Please add following code to Quick CSS
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }
Cheers!
Yigit
Hi Yigit!
Thank You! And how can I set this individually… on each post?
Than You very much, Yigit.
Cheers!
finlando
Hey!
You can right click on your single post and find post id – http://i.imgur.com/apr6KTn.png
and use the code as following
.postid-5411 .entry-content-wrapper, .postid-5411 .entry-content {
max-width: 100% !important;
}
Cheers!
Yigit
…solved. as allways with Your hep. Thank You Yigit!
Cheers!
finlando