Hello,
I reopen that ticket for the first question.
The css will be fixed for the next version, sorry about that.
Here is the solution the web designer gave me
-------------------------
Hello,
we have indeed omitted the checkbox settings in the latest version of Joomla, so I completed in CSS what was missing (as well as other aspects of the form "post an announcement" in responsive), waiting for the next version template update.
Here are the lines of code to insert at the very end of templates / adsclarity / css / template.css:
<!-- SOLVE EDIT FORM -->
.juloawrapper .form-horizontal .radio,
.juloawrapper .form-horizontal .checkbox {
padding-left: 25px;
}
.juloawrapper .controls input[type="radio"],
.juloawrapper .controls input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]{
min-height: inherit;
width: 16px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
top: 0;
left: 20px;
}
.juloawrapper .controls input[type="button"]{
width: auto;
}
.juloawrapper .currency-symbol {
height: 38px;
padding: 0;
line-height: 38px;
width: 38px;
}
.juloawrapper .input-append button:after {
line-height: 38px;
background: #ccc;
height: 38px;
width: 38px;
position: relative;
top: -1px;
right: 5px;
}
#row_ad_checkboximages td {
display: inline-block;
margin-bottom: 8px;
margin-right: 8px;
}
@media(max-width: 767px){
.form-horizontal .form-group {
margin-right: 0;
margin-left: 0;
}
.juloawrapper .form-group > *{
width: 100%;
padding: 0;
}
}
<!-- END -->
Feel free to come back to us with screenshots if the css does not solve the problem,
-------------------------
Best regards.