• Resolved brnwp

    (@brnwp)


    Hi. I use your beautiful plugin, but I can’t understand why line height of the body is very different between the opening text present and what appears in the toggles, as you will see in the image at the following link

    https://ibb.co/3yHN9G5

    Could you point me to how to get the same line height? To also get for the line height of the texts contained in the toggles, the same line height as the main text, the one visible right away.
    Thank you for your time. Regards. Bruno

    • This topic was modified 8 months ago by brnwp.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @brnwp,

    It looks like there is some additional CSS from the theme which also affects the line-height of the elements in the banner. You could therefore add some CSS to manually set the line height in the banner, such as:

    .cmplz-cookiebanner .cmplz-body {
        line-height: 22px;
    }

    Kind regards, Jarno

    Thread Starter brnwp

    (@brnwp)

    Hi Jarnovos. Your solution is perfect :)) Thanks a lot.
    Best regards. Bruno

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line height text’ is closed to new replies.