Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
chiummog
ParticipantHi,
thanks for your reply. Here is an excerpt from my custom.css, the padding is in there:
/*Add styles for all option labels*/
.iphorm-inner .iphorm_5_1-input-li label {
position: relative;
padding: 84px 5px 5px;
min-width: 94px;
border: 1px solid #000;
text-align: center;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}Regards,
Gabriel
- AuthorPosts
Viewing 1 post (of 1 total)