CSS chechbox issue
-
I have just installed the plugin, but my checkboxes are not aligned with the “category text” next to the checkboxes, and I need to use e.g. padding-top:10px, but I can’t figure out what CLASS to use in CSS to move the checkboxes a little bit down?
UPDATE: Ok, this was messy CSS, but the following worked:
widget-ckboxlabel#{
font-weight:400!important;
font-size:14px!important;
display: inline-block!important;
text-align: center!important;
margin-top:-6px!important;
padding-left:4px!important;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.