• Resolved albertx7

    (@albertx7)


    Hi.
    The sentence I write in the Checkbox section is written on 2 overlapping lines.
    The same problem remains even if I go to the head.
    You can see in the link to my blog.
    How can I solve?
    thank you

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Laurentiu Stefan

    (@laurentiu1themeisle)

    Hey there! @albertx7

    Thanks for contacting us regarding your issue!
    Your adjustment requires an additional CSS, so go to Appearance -> Customize -> Additional CSS and add this code:

    element.style {
        display: inline-block;
        position: relative;
        top: 10px;
    }

    Please let us know how it goes!
    Best regards,
    Laurentiu!

    Thread Starter albertx7

    (@albertx7)

    Thanks @laurentiu1themeisle
    I added the CSS code, but the problem is the same.
    Could you check in https://www.salutealtop.com ?

    I need to fix it.
    Thanks a lot

    Alberto

    • This reply was modified 6 years, 4 months ago by albertx7.
    • This reply was modified 6 years, 4 months ago by albertx7.
    Laurentiu Stefan

    (@laurentiu1themeisle)

    Hey there!

    I am back with another solution.
    Please delete the last code that I give it to you and try another one:

     .contactus .pirate_forms_wrap .form_field_wrap {
        line-height: 1.5;
    }

    You could also change the value from “1.5” to what value is suitable for your site.

    Hope this helps!
    Regards,
    Laurentiu!

    Thread Starter albertx7

    (@albertx7)

    Yes, It works!
    Thanks a lot!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Checkbox. Two overlapping rows’ is closed to new replies.