Hi,
I would like to use color sections in Posts. BUT the problem is that, unlike a page where the color section can be at the top and with full width, in the POSTS it comes below the post title and does not get full width.
In the example I show the same color section in a page and in a post. I would like that in the post it had the same look as the page.
Any suggestion?
Hi,
Any suggestions?
Hi,
You can use Advance Layout Builder on posts, once it is enabled it will be like a page, however you will lose the default elements that is provided in the post like the date, featured image, comments section, etc.
Best regards,
Nikko
Hi,
That’s why I kept the default editor. I tried to use:
.avia-section {
position: static;
width: 120%;}
BUT only one side was changed.
Oher option was:
.container.template-blog.template-single-blog {
margin-left: 0px;
margin-right: 0px;
padding-right: 0px !important;
padding-left: 0px !important;
}
BUT the post is no more center.
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.responsive .single-post .container {
max-width: 100% !important;
}
.responsive .single-post .entry-content-wrapper .container {
max-width: 1250px !important;
}
#top #main .entry-content-wrapper .entry-footer,
#top #main .related_posts,
#top #main .comment-entry {
width: 100%;
max-width: 1250px !important;
margin-left: auto;
margin-right: auto;
display: block;
float: none;
}
Hope this helps :)
Best regards,
Nikko