Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #319089

    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

    #319215

    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

    #319248

    Hi Yigit!

    Thank You! And how can I set this individually… on each post?

    Than You very much, Yigit.

    Cheers!
    finlando

    #319396

    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

    #321412

    …solved. as allways with Your hep. Thank You Yigit!

    Cheers!
    finlando

    #321414

    Hi!

    You are welcome Finlando. Glad i could help :) Have a nice evening

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘container width’ is closed to new replies.