Tagged: blog post
Hello Team,
Single blog post are only 600px wide – would like them to be 1024px wide..
style.css has the following line:
.html_header_sidebar #top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 1250px;
Please advise,
Thanks,
ofekw
Hey ofekw,
Try adding this css code in Quick SCS (located in Enfold > General Styling):
#top .fullsize .template-blog .post .entry-content-wrapper,
#top .fullsize .template-blog .post-title,
#top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 1024px !important;
}
You will also need to make the image in single blog post wider. Hope this helps :)
Best regards,
Nikko
Thanks Nikko,
Much appreciated!
ofekw
Hi,
You’re welcome :) Let us know if you need further assistance or if we can close this thread.
Best regards,
Nikko
Hello Team,
Still struggling to create a blog post that is 1024px wide. Tried placing the code below in Quick CSS but that did not do the trick, posts are showing across the entire width to the page:
#top .fullsize .template-blog .post .entry-content-wrapper,
#top .fullsize .template-blog .post-title,
#top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 1024px !important;
}
Please advise.
Thanks,
ofekw
Hi ofekw,
Can you try using this css code instead:
#top.single-post #main .container {
max-width: 1024px;
}
Best regards,
Nikko