• Resolved KEXINO

    (@kexino)


    With the previous plugin version I was able to center the disclaimer text, and have the cookie buttons centered below them.

    With the new version (inc. CCPA) the CSS I’m adding no longer works. Can you point me in the right direction?

    • This topic was modified 1 year, 8 months ago by KEXINO.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support CookieYes Team

    (@cookieyesteam)

    Hi @kexino,

    Greetings from CookieYes!

    Can you provide some more information regarding the issue like the css you have added so that we can replicate it in our testing environment? Additionally share the site URL with our plugin active on it. This will help us to provide a working solution to you.

    Thread Starter KEXINO

    (@kexino)

    Thanks for getting back to me so quickly.

    I was adding a <style="text-align: center"> to the cli-bar-message class, but it seems the parent cli-bar-container cli-style-v2 class doesn’t span the full width of the viewport, so the text isn’t centered. There’s a similar issue for me with the cli-bar-btn_container div, which I can’t get to center the buttons.

    I can send you a mockup of how I’d like the text/buttons to display, if that will make things clearer.

    Site is at https://kexino.com/

    Many thanks in advance.

    • This reply was modified 1 year, 8 months ago by KEXINO.
    Plugin Support CookieYes Team

    (@cookieyesteam)

    Hi @kexino,

    You may please try the below CSS code in the?Appearance > Customize > Additional CSS section.

    .cli-bar-container.cli-style-v2{ justify-content: center; flex-direction: column; } .cli-style-v2 .cli-bar-message{ text-align: center; }
    Thread Starter KEXINO

    (@kexino)

    That works perfectly!

    Thank you so much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center text and buttons’ is closed to new replies.