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>
Hi @nico6293,
Please try adding below code to your site theme’s CSS.
#cookie-law-info-bar .cli-bar-container {
justify-content: center;
}
Hi Webtoffee
I added the code to the site theme’s css. It did not make any difference.
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;
}
Hi Webtoffe
That code works great. Thanks.
Kind regards,
Nico
Hi @nico6293,
Great. If you like the plugin, please leave a review here.
Thanks!