Im on wordpress 3.8.1 , and Im trying to simply float the animated icon boxes to the left. I’ve targeted the entire class that they are in “.sf-icon-box .sf-icon-box-animated”, and using the theme’s custom CSS input I’m trying to add the following:
.sf-icon-box .sf-icon-box-animated {
display: block !important;
float: left !important;
position: relative !important;
width: 200px !important;
}
which seems to do absolutely nothing. I’ve tried selecting everything under the sun in the DOM to really nail specificity, but noting seems to help. Ive tried adding simple borders and such and nothing gets changed, is there something I’m missing here that i need to do in order to style these short code elements?