Hello!
Currently I am displaying all blog posts on home page by default, and I don’t use Advanced Layout Editor for the posts (because using it would not show full-content of the posts). But the posts are so boxed… How can I adjust the width used by the content?
Thank you in advance!
Anh
Hi anhanhoi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 100%;
}
Cheers!
Yigit
Awesome, thank you so much Yigit!!!
/Anh