Shape 5

General Category => General Talk/Questions/Comments => : burakbakar January 27, 2018, 02:50:18 AM



: CSS issue with JSN Uniform Forms - Shape 5 Eventfull
: burakbakar January 27, 2018, 02:50:18 AM
hi,

i use my website with "Shape 5 Eventfull". i created uniform by "jsn uniform". but the form's wiew (css) doesn't work with form template. if i change another template, it is work correctly.

That problem:
-the radiobutton and the text are not aligned
-the send button does not appear

how can i fix that problem?

ex: tirhandilcup.com/v2/yaris/basvuru-formu


: Re: CSS issue with JSN Uniform Forms - Shape 5 Eventfull
: jonahh January 29, 2018, 12:38:24 PM
Hello,

Try adding the following to your custom.css file and this should fix the issue:

:
body input[type=radio], body input[type=checkbox] {
    margin: -13px 0 0;}