Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #376159

    Hi All,

    I believe that the max-width of the single-entry in Enfold is set at 600px as seen below:

    
    .fullsize .template-blog .post .entry-content-wrapper > * {max-width: 600px;}
    

    I think this is a bit too narrow for my website: http://www.paciorkiewicz.pl/2015/01/a-war/
    Can this setting be changed somewhere in the Enfold Theme options?
    Or do I have to modify the CSS?

    Many thanks for your advise.

    Kind regards,
    P

    #376163

    Hi P!

    Please add following code to Quick CSS and adjust as needed

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

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.