• Resolved tinavons

    (@tinavons)


    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.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    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

    Regards

Viewing 1 replies (of 1 total)

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