Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #488013

    Hi. How can I over-ride the default max-width setting so that single blog entries occupy 100% of the content area as normal pages do?

    I have tried ‘#top .fullsize .template-blog .post .entry-content-wrapper {max-width: 100% !important;}’ but this is not working.

    thoughts?

    thanks

    #488148

    Hey MindSpark,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #488397
    #488620

    Hi!

    The max width of the post content should be the same as pages unless you disable the sidebar. Add this in the Quick CSS field to increase it:

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

    Regards,
    Ismael

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