Hi, how can I make my blog posts to take the same width as the site breadcrumbs and pages?
Thanks
Hey DROR,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .fullsize .template-blog .post .entry-content-wrapper>* {
max-width: 100%;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria, that didn’t work.
Hi bakbek,
Can you disable caching and minification for now?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi bakbek,
I adjusted the code. Please check.
Best regards,
Victoria
Great, thanks.