*

sess01

  • ***
  • 39 posts
Cookie Consent Plugin to lower the cookie's banner
« on: November 01, 2021, 02:28:23 PM »
Hello!

How to lower the cookie's banner even lower? I want to reduce this space between banner and border.

What css code should I add in the backoffice > appearance > customization?


.wpcc-banner.wpcc-margin-small {margin: 0px;} it doesn't work.

« Last Edit: November 01, 2021, 02:35:09 PM by sess01 »

Marked as best answer by sess01 on November 02, 2021, 09:30:16 AM
*

MB Themes

Re: Cookie Consent Plugin to lower the cookie's banner
« Reply #1 on: November 02, 2021, 09:04:11 AM »
@sess01
I would say it is being rewritten by original styles. Try this:
Code: [Select]
body .wpcc-banner.wpcc-margin-small {margin:0;border-radius:0;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

sess01

  • ***
  • 39 posts
Re: Cookie Consent Plugin to lower the cookie's banner
« Reply #2 on: November 02, 2021, 09:39:18 AM »
Thanks! :)

*

MB Themes

Re: Cookie Consent Plugin to lower the cookie's banner
« Reply #3 on: November 02, 2021, 10:02:11 AM »
 :-*
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

sess01

  • ***
  • 39 posts
Re: Cookie Consent Plugin to lower the cookie's banner
« Reply #4 on: November 10, 2021, 06:20:28 PM »
sorry, what's the name of the file to rewrite this code?

*

MB Themes

Re: Cookie Consent Plugin to lower the cookie's banner
« Reply #5 on: November 10, 2021, 08:23:03 PM »
Just add it to any CSS file
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots