well I found this code:
Code:
.cb_template_bootstrap .cb_form_line > .cb_field {clear: both;}
.cb_form_line div div .cb_form_line > label, .cb_template_bootstrap .cb_form_line > label {
text-align: left;
padding-top: 10px;
padding-left: 10px;
width: 100%;
}
and this work well on my smartphone. Now I would like to not apply this style to some specific checkbox because their label are very short and label+field can be displayed inline. After almost 2 hours of test I still unable to find the solution because I cannot well target these checkbox for disable the previous style which apply globally on all label. I tried also to insert important! declaration but without success.
Have you a suggestion please ? I know is not easy without see the code but this case happen in user edit backend. If you want I can give you access.
many thank
thank