Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #831820

    Hi!

    I want the blog post – images and text to have the width of 900 px
    http://elleagnes.se/

    What code shall I add?

    Thanks
    Charlotte

    #832474

    Hey Charlotte,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .fullsize .template-blog .post .entry-content-wrapper > *, 
    #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #832637

    Hi Victoria,

    It become a bit bigger around 700px when I put the code in the Quick Css and I don’t find any custom.css file.
    So what can I adjust? It does not help if I change 900px to a higher number.
    /Charlotte

    #833090

    Hi,

    Try adding this css code in Quick CSS:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100%;
    }

    Hope this helps.

    Best regards,
    Nikko

    #833284

    Great, thanks.

    now it is around 800px wide what code can add if I want 900 px?

    Charlotte

    #833348

    I want the images and text to be this wide:
    http://theslow.id/

    What code do I need to enter?

    Thanks!
    Charlotte

    #833354

    Hi Charlotte :)

    Please add following code to Quick CSS

    #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 900px;
    }

    Best regards,
    Yigit

    #833360

    Thanks Yigit :)

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Full width Blog post’ is closed to new replies.