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
}
Thanks, I can’t seem to work out where to add those two lines. Is it within the editor?
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
}
Thanks, I seemed to have it looking much more in line.
Much appreciated!
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