recent post space

  • Posted in : Responsy WP
  • skibinskiy
    Participant

    Hi, I have noticed a bug on the site. When I install a widget that can shouw the last “7” or any number of recent posts, in browser firefox everything goes ok, but on google chrome he leaves an empty space. What I should do?
    please see http://nuaisacrezi.ro/

    ahmetsali
    Keymaster

    Hi, paste the code below to the “External Stylesheet / Javascript” box under Theme Settings > Style tab.

    <script>
    jQuery(document).ready(function($) {
        $('.blog-post').eq(3).css('clear','left');
        $('.blog-post').eq(7).css('clear','left');
    });
    </script>
    
    skibinskiy
    Participant

    Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Responsy WP’ is closed to new topics and replies.