
.sf-share-this-widget-themes .sf-share-this-widget-theme {
        margin:10px 0; 
        float: left;
        width: 25%;
}





@media ( max-width : 1000px ) {
        
        .sf-share-this-widget-themes .sf-share-this-widget-theme {
                width: 100%;
        }
        
}

@media ( max-width : 1200px ) and (min-width : 1000px) {
        
        .sf-share-this-widget-themes .sf-share-this-widget-theme {
                width: 50%;
        }
        
}


@media ( max-width : 1350px ) and (min-width : 1200px) {
        
        .sf-share-this-widget-themes .sf-share-this-widget-theme {
                width: 33%;
        }
        
}