Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bkmacdaddy

    (@bkmacdaddy)

    The plugin’s CSS styles for the list items are being overridden by your theme’s CSS. You need to add the following to your theme’s style.css anywhere after line 1540:

    .widget li.pins-feed-item {clear:none;}

    That should fix the issue. Let me know if it doesn’t.

    Thread Starter lisaleague

    (@lisaleague)

    Hey Bkmacdaddy, that worked! Thanks!

    Just for neatness, sake, is it better to put at the end of all the clearfix?

    /* clearfix */
    .clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
    { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
    .widget li.pins-feed-item {clear:none;}
    .clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
    { display: inline-block; }
    /* clearfix for ie7 */
    .clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
    { display: block; zoom: 1; }
    Plugin Author bkmacdaddy

    (@bkmacdaddy)

    That’s up to you – whatever works best for you. Glad we got it working for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Pinterest RSS Widget] Pins display in vertical line, won't display in columns/rows’ is closed to new replies.