Title: Create Full Width Post Page
Last modified: November 4, 2019

---

# Create Full Width Post Page

 *  Resolved [tihmels](https://wordpress.org/support/users/tihmels/)
 * (@tihmels)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/create-full-width-post-page/)
 * Hi,
 * I would like to present the generated news post page as full width i.e. without
   the space for a sidebar on the right. Is this somehow possible?
 * Thanks in advance
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcreate-full-width-post-page%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [MortenPeterAndersen](https://wordpress.org/support/users/mortenpeterandersen/)
 * (@mortenpeterandersen)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/create-full-width-post-page/#post-12097750)
 * Hi tihmels
 * The sidebar comes from your theme … not from the plugin.
    Hope that make sense.
 * 🙂
    Morten
 *  Plugin Author [MortenPeterAndersen](https://wordpress.org/support/users/mortenpeterandersen/)
 * (@mortenpeterandersen)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/create-full-width-post-page/#post-12097769)
 * CSS solution
 *     ```
       @media (min-width: 992px) {
       	.single-news .col-md-8 {
       	    width: 100%;
       	}
       }
       ```
   
 * 🙂
    Morten
 *  Thread Starter [tihmels](https://wordpress.org/support/users/tihmels/)
 * (@tihmels)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/create-full-width-post-page/#post-12098218)
 * Well, that makes sense. 😀
 * However, your solution works like a charm, thank you very much! 🙂
 *  Plugin Author [MortenPeterAndersen](https://wordpress.org/support/users/mortenpeterandersen/)
 * (@mortenpeterandersen)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/create-full-width-post-page/#post-12098273)
 * Glad I could help 🙂

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/simple-news_6fa49a.svg)
 * [Simple News](https://wordpress.org/plugins/simple-news/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-news/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-news/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-news/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-news/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-news/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [MortenPeterAndersen](https://wordpress.org/support/users/mortenpeterandersen/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/create-full-width-post-page/#post-12098273)
 * Status: resolved