Home › Forums › Pro Version › Cannot display 2 columns
- This topic has 6 replies, 2 voices, and was last updated 6 years, 3 months ago by
Carmen.
- AuthorPosts
- January 12, 2015 at 11:21 am #3441
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!
CarmenJanuary 14, 2015 at 3:48 am #3486Masonry 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
January 14, 2015 at 8:31 am #3490Carmen
GuestJanuary 14, 2015 at 11:57 am #3496Masonry 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
January 14, 2015 at 12:17 pm #3497Carmen
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,
CarmenJanuary 14, 2015 at 1:41 pm #3498Masonry 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
January 14, 2015 at 3:20 pm #3499Carmen
GuestGreat. It works perfectly fine now.
Thanks!
- AuthorPosts
- The forum ‘Pro Version’ is closed to new topics and replies.