• Resolved wolfgangbremer

    (@wolfgangbremer)


    Hi there,

    I’m trying to give an at the bottom positioned cookie notice banner less height. By default it seems that the class ‘cookie-notice-container’ is using: ‘padding: 15px 30px;’

    However, when I attempt to overwrite it by placing the following inside the style.css within my theme’s folder, nothing seems to happen:

    .cookie-notice-container {
    padding: 8px 30px !important;
    }

    Would anybody know how to get this to work?

    Thank you!

    Wolfgang

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author dFactory

    (@dfactory)

    Maybe style.css is not where you should place this code.

    Please try Additional CSS feature of WordPress to apply that.

    Thread Starter wolfgangbremer

    (@wolfgangbremer)

    That worked like a charm – thank you very much!

    Would you happen to know: if there will be an update of the theme in use, would this additional CSS be overwritten during the updated theme’s installation?

    Plugin Author dFactory

    (@dfactory)

    No, it should not be removed.

    Thread Starter wolfgangbremer

    (@wolfgangbremer)

    Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Give the banner less height, less padding’ is closed to new replies.