Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Benjamin Intal

    (@bfintal)

    Hey KC,

    You can use the previous CSS I gave but with a little adjustment:

    body.single-post .entry .entry-content > * {
        max-width: none;
    }

    ??

    Thread Starter WebBuddy

    (@websprout)

    Hi Benjamin,

    It is strange that after I changed the previous css to the above one, the post goes full width but the pages shrinked…

    Is there anything I’m missing?

    Hope you can assist further, thank you!

    Plugin Author Benjamin Intal

    (@bfintal)

    You should use both CSS’s ??

    body.page .entry .entry-content > *, 
    .entry .entry-summary > * {
        max-width: none;
    }
    body.single-post .entry .entry-content > * {
        max-width: none;
    }
    Thread Starter WebBuddy

    (@websprout)

    Thank you, it works!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘A question if you don’t mind helping..’ is closed to new replies.