Hey team, thank you again per usual!
Have a quick question for this site: https://rosemooreassoc.com/blog/
How do I make this page full-width? Currently its super centered, with crazy margins, I’d like it to have the same layout (width and margin wise) as the elements on the home page. Is there a way to do that?
On mobile, the image and the text is fine, but the header is once again not full-width. Would like to line it up with the rest of the elements width wise there as well.
Thank you so much,
-Daniel
Hey Dzimnikov,
Please try the following in Quick CSS under Enfold->General Styling:
#top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 100%;
}
Best regards,
Rikard
Hey thank you so much. This made most of the blog section fullwidth, but the heading (title) of the article is still not full width… neither on the main blog page nor on the homepage.
Is there a way to make that full-width as well?
Cheers,
-Daniel
Hi,
Please try this CSS as well:
#top .fullsize .template-blog .post-title {
max-width: 100%;
}
Best regards,
Rikard
Works perfectly, thank you so much!!!