Home › Forums › Pro Version › Cannot display 2 columns
- This topic has 6 replies, 2 voices, and was last updated 6 years ago by
Carmen.
- AuthorPosts
Carmen
GuestHi,
I would like to display 2 columns of a default layout. When I select 1, 3, 4 and 5 columns the plugin works perfectly fine. When I select 2 columns, however, only one column on the left side appears and a white space (of the size of a column) appears between the left column and the right widgets.
Can you help me please?
Thanks!
CarmenMasonry Guy
KeymasterHi Carmen,
There most be some css issue which is pushing down the 2 col layout. Can you please send me the page url ? I will check it here and send you suggestions for the fixes.
Thanks
Carmen
GuestMasonry Guy
KeymasterHi Carmnen,
Can you send me the url of that page you have kept the shortcode ? Currently in home page i can’t see the layout yet.
Thanks
Carmen
GuestHi,
Yes, this url should work: http://www.theslctd.com/test/.
What I would like to do is to copy the shortcode in the (child theme) index.php so that the masonry layout is displayed on the front page:
<?php if ( get_option( ‘ace_full_blog’ ) ) { echo ‘<section class=”section-wide” role=”main”>’; } else { echo ‘<section class=”section” role=”main”>’; } ?>
<?php echo do_shortcode(‘[wmls name="PinterestTheme" id="5"]‘); ?>
Hope this helps. Thanks!
Best,
CarmenMasonry Guy
KeymasterCan you please use this css ? There is extra padding given by your theme.
.wmle_container .wmle_item_holder.col2{padding:0px !important;}
You may use My Custom Css plugin to keep this css. https://wordpress.org/plugins/my-custom-css/
Thanks
Carmen
GuestGreat. It works perfectly fine now.
Thanks!
- AuthorPosts