Tagged: blog post, color section
Good Morning,
I am looking for a bit of assistance on the actual layout of the Single Post Page. I design all of my pages and blogs through the default text editor (I don’t use the Template Builder but sometime I do insert shortcodes.)
Anyway, I am trying to create my Single Post Pages WITHOUT any sidebars, just your normal full width page or post, but when I set it to no sidebars everything on the single post page is centered and slim (I guess it was designed this way). I do not want everything centered, I would just like the post to be a normal full size Post with no sidebars. Is there anyway I can achieve this without using the template builder? A setting? Some code that can be changed on the backend?
Still love this theme!
Thank You
-Nick
I figured this out.
I am having this same issue. What is the resolution?
Also, is there a way to remove the post title / header?
OH! And one last thing… How do you make a color block in posts? I need to have a solid color on top of the post with an image and a video and I don’t see how to do that. I tried to use div tags in the code but it’s not working.
Hi!
Please try adding 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%;
}
and post the link to your website if that does not help.
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.
Cheers!
Yigit