Support » Plugin: Jetpack - WP Security, Backup, Speed, & Growth » [Plugin: Jetpack by WordPress.com] Clearing Issue with Short Posts and Featured Images

  • Just something I noticed with a short post using a Featured Image, the ‘sharing’ container should be cleared for a consistent display.

    I would suggest either adding a ‘clear:both;’ to the existing .sharing class, such as:

    .sharing {
        clear: both;
        padding: 0 0 10px;
    }

    … or adding an additional element:

    div.post div.sharing { clear: both; }

  • The topic ‘[Plugin: Jetpack by WordPress.com] Clearing Issue with Short Posts and Featured Images’ is closed to new replies.