Title: Full Width Post
Last modified: November 18, 2018

---

# Full Width Post

 *  Resolved [jedicolin](https://wordpress.org/support/users/jedicolin/)
 * (@jedicolin)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/full-width-post-8/)
 * All my ‘pages’ are full width.
 * How can I make my ‘post’ pages full width too?
 * Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffull-width-post-8%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [jedicolin](https://wordpress.org/support/users/jedicolin/)
 * (@jedicolin)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/full-width-post-8/#post-10899605)
 * Forgot to say, for some reason the ‘sidebar’ is at the bottom of the post page.
 *  Theme Author [ThemeZee](https://wordpress.org/support/users/themezee/)
 * (@themezee)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/full-width-post-8/#post-10903754)
 * Hi there,
 * Thanks for using Dynamic News.
 * Right now the theme does not have a full width template for posts. You can only
   hide the sidebar with CSS and set the width of the content area to 100%:
 *     ```
       .single-post #content {
           width: 100%;
       }
   
       .single-post #sidebar{
           display: none;
       }
       ```
   
 * Best,
    Thomas

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Full Width Post’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/dynamic-news-lite/1.6.8/screenshot.
   png)
 * Dynamic News Lite
 * [Support Threads](https://wordpress.org/support/theme/dynamic-news-lite/)
 * [Active Topics](https://wordpress.org/support/theme/dynamic-news-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/dynamic-news-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/dynamic-news-lite/reviews/)

## Tags

 * [full-width posts](https://wordpress.org/support/topic-tag/full-width-posts/)

 * 2 replies
 * 2 participants
 * Last reply from: [ThemeZee](https://wordpress.org/support/users/themezee/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/full-width-post-8/#post-10903754)
 * Status: resolved