Forums

After changing Template some of the text is not displayed properly

NinaB 17 Mar, 2017
Hi Bob

I had to change to another template. Unfortunately this has resulted in some problems with the displayed text in the form. The text at the right side of the checkbox group respectively the radio button is not displayed properly on the screen at the frontpage. Please see also enclosed screen print.

Can I correct it myself or is it necessary to do some changing in the programming😉 ?

Best regards

Nina Balslev
GreyHead 17 Mar, 2017
HI Nina,

It looks as though you will need to over-ride some of the template CSS - you can do that in a Load CSS action in the form.

Your browser web-developer tools (usually F12) will show you exactly what is happening.

Bob
NinaB 17 Mar, 2017
Thanks Bob

Unfortunately I am not a programmer. Do you have any ideas about what to write in the load css action?

Best regards

Nina Balslev
GreyHead 17 Mar, 2017
Hi Nina,

This doesn't require programming - just basic CSS. Please try
label.control-label.gcore-label-checkbox {
    display: inline;
    text-align: left;
}

Bob
This topic is locked and no more replies can be posted.