• Resolved queensratchet

    (@queensratchet)


    For Popup Position Option = Floating Right, I would like to push it up a little with custom CSS. I have a scrolling bar at the bottom of the site (https://www.cryptozink.io) and because of that bar, the “accept button” is hiding under that bar.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Leon Wimmenhoeve

    (@leonwimmenhoeve)

    Hi @queensratchet,

    If you navigate to Complianz -> Cookie banner and enable ‘Use custom CSS’ you can add this CSS:

    .cc-window{Margin-bottom:33px} /* styles for the popup banner */

    You can change 33px to any value you like.

    Kind regards,
    Leon

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @queensratchet,

    .cc-window {margin-bottom:33px;} /* styles for the popup banner */

    (I added a ; to make it work:-))

    Thread Starter queensratchet

    (@queensratchet)

    Thanks for helping me guys. When I added .cc-window {margin-bottom:33px;} to the custom CSS, the banner moved up on the admin panel, but not on the website itself. I changed to 50px or even 100px and banner moved higher on Admin panel, but not moving at all on website. I cleared cache, browser and even used browser on Incognito. I also tested on 3 different browser.

    Is the CSS code the same for mobile? I have an iPhone 10x and same thing. Banner not moving..I cleared my cache on mobile too.

    Plugin Contributor Leon Wimmenhoeve

    (@leonwimmenhoeve)

    Hi @queensratchet,

    I assume you also switched the banner to ‘floating right’ again?

    Normally this should do the trick, clearing cache and trying incognito as well. You can try if adding ‘!important’ helps.

    So the CSS line becomes:
    .cc-window {margin-bottom:33px!important;} /* styles for the popup banner */

    Please let us know if this works!

    Regards,
    Leon

    Thread Starter queensratchet

    (@queensratchet)

    Ah, I was putting it under Custom CSS under Complianz settings. It’s working under Custom CSS under theme customization.

    Thank you very much. I’m upgrading as soon this coronavirus is over.

    Plugin Contributor Mathieu Paapst

    (@paapst)

    Hi @queensratchet , Great to hear that your problem is solved! Could you tell us what you think of the plugin or the support by casting your Review here? We’d love to hear your feedback.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Popup Position Option Help’ is closed to new replies.