Title: Single Column instead of Multiple
Last modified: September 25, 2017

---

# Single Column instead of Multiple

 *  Resolved [tinavons](https://wordpress.org/support/users/tinavons/)
 * (@tinavons)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/single-column-3/)
 * Hey guys, thank you for creating this plugin, because it saves me much time (
   when I get it to work of course).
 * So the thing is, which you can see, I cannot for the sake of it, get the columns
   to work. I tried switching the page where I have put the grid table in from grid
   to full-width page but with no success. It still show as a single column
 * The thing that I did noticed is, that if I change the width of the picture in
   the layout section to 30%, it will put two columns on the site but they will 
   all together take one third of the page, and the other two thirds will be empty.
   Is there anything I am missing? Any code that is disabling that and any simple
   solution on how could I make this work?
 * Thank you so much in advance!
    -  This topic was modified 8 years, 8 months ago by [tinavons](https://wordpress.org/support/users/tinavons/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsingle-column-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [PickPlugins](https://wordpress.org/support/users/pickplugins/)
 * (@pickplugins)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/single-column-3/#post-9530331)
 * Thanks for your post,
 * I can see your theme CSS make the conflict with class `.grid`
 * Please add following CSS to fix the issue
 *     ```
       .post-grid.grid {
       	width: 100%;
       	margin: 0;
       	float: none;
       }
       ```
   
 * Please see the how its looks after adding CSS
 * > [View post on imgur.com](https://imgur.com/a/XxDkM)
 * Regards

Viewing 1 replies (of 1 total)

The topic ‘Single Column instead of Multiple’ is closed to new replies.

 * ![](https://ps.w.org/post-grid/assets/icon-256x256.gif?rev=3295086)
 * [Post Grid](https://wordpress.org/plugins/post-grid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-grid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-grid/)
 * [Active Topics](https://wordpress.org/support/plugin/post-grid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-grid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-grid/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [PickPlugins](https://wordpress.org/support/users/pickplugins/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/single-column-3/#post-9530331)
 * Status: resolved