• Resolved nico6293

    (@nico6293)


    Hi there
    Is it possible to center the two buttons in the container?
    Kind regards,
    Nico Cordewener

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter nico6293

    (@nico6293)

    Hi There
    I use this code to centers the two buttons, but they are to far away from each other. Is it possible to bring them closer to each other?

    <div class=”cli-bar-container cli-style-v2″><div class=”cli-bar-message”>Doodiszodoodnogniet.nl gebruikt alleen de voor u noodzakelijke en functionele cookies. We verstrekken geen gegevens aan anderen.</div><div class=”cli-bar-btn_container”>[cookie_button margin=”auto”][cookie_reject margin=”auto”][cookie_link margin=”auto”]</div></div>

    Plugin Author WebToffee

    (@webtoffee)

    Hi @nico6293,

    Please try adding below code to your site theme’s CSS.

    #cookie-law-info-bar .cli-bar-container {
         justify-content: center;
    }
    Thread Starter nico6293

    (@nico6293)

    Hi Webtoffee
    I added the code to the site theme’s css. It did not make any difference.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @nico6293,

    Could you try with below code then?

    #cookie-law-info-bar .cli-bar-btn_container {
         justify-content: center;
    }
    #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button {
         margin: 5px !important;
    }
    Thread Starter nico6293

    (@nico6293)

    Hi Webtoffe
    That code works great. Thanks.
    Kind regards,
    Nico

    Plugin Author WebToffee

    (@webtoffee)

    Hi @nico6293,

    Great. If you like the plugin, please leave a review here.
    Thanks!

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