-
AuthorPosts
-
January 17, 2017 at 6:29 am #734485
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?
-
This topic was modified 8 years, 10 months ago by
CloudChoice.
January 18, 2017 at 9:46 pm #735543Hi,
Any suggestions?
January 19, 2017 at 8:13 am #735725Hi,
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,
NikkoJanuary 19, 2017 at 11:46 am #735805Hi,
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.
-
This reply was modified 8 years, 10 months ago by
CloudChoice.
January 20, 2017 at 6:50 am #736237Hi,
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 -
This topic was modified 8 years, 10 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
