Tagged: Blog Content
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
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
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