Viewing 5 replies - 1 through 5 (of 5 total)
  • mbrsolution

    (@mbrsolution)

    Hi, can you test one of WordPress defaults themes like Twenty Fifteen?

    If the above does not show any improvement, you will have to add the following to each label.

    For example Walking Axe id below.

    id=”fscf_field2_18_1″.

    I added the following

    element.style {
        display: inline;
        position: relative; <--- I added this
        top: -9px; <--- I added this
    }
    Thread Starter applemou

    (@applemou)

    Thanks, I can’t seem to work out where to add those two lines. Is it within the editor?

    mbrsolution

    (@mbrsolution)

    Hi, does your theme allow for custom css code? If not you will need to install a plugin that allows you to insert custom code. Then you can add the following code. Remember each field has a unique ID. So you will have to search for each ID.

    An example code would be

    #fscf_field2_18_1 {
        display: inline;
        position: relative; <--- I added this
        top: -9px; <--- I added this
    }
    Thread Starter applemou

    (@applemou)

    Thanks, I seemed to have it looking much more in line.

    Much appreciated!

    mbrsolution

    (@mbrsolution)

    I am happy to hear ??

    If you don’t require any more help with this support thread can you mark it as resolved.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Misaligned Check boxes’ is closed to new replies.