Full Width Page Content with Blog Posts
Today one person asked this:
However I really want the content full width. Would it be possible to adjust the template so that the primary sidebar only started as the blog posts started?
This will be totally a custom page template. So creating a file “template_fwcblgpost.php” and add the following code. This new file will upload in your child theme folder via FTP or Cpanel/File Manager.
For Some theme need some CSS tweak. I applied following CSS in my style.css file:
1 2 3 4 |
.fwc-blgpost article.page{ background-color: #fff; padding: 40px; } |
JH says
hello , friend thanks for share . This is very useful for me
I have a question :
* ¿ How can modify this code if i want to delete sidebar, and show 4 posts full widht ?
Now i am working with epik child theme and genesis extender , i want to build a home page with this style: vivirdelared[.]com
*¿should i build a template or is posible with widgets?
*how i can add widgets to this template? .
Very thanks
Paul says
This is very easy. Login to dashboard and go to edit page screen. Select the “full-width” layout from Genesis Layout Settings section (below the WP editor). Makes sense?