• Resolved Nephalem

    (@nephalem)


    Our site has an overlay scroll-up button on the right side of the footer but it’s overlapping a little bit with the “closed” GDPR banner. Is it possible to shift the closed edge of the banner a couple of pixels to the left?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @nephalem,

    You can adjust this by adding the below CSS to Appearance > Customize > Additional CSS. Increase the value of the margin-right property to shift it more to the left, until it fits your preferences.

    #cmplz-manage-consent .cmplz-manage-consent {
        margin-right: 20px;
    }

    Kind regards,
    Jarno

    • This reply was modified 2 years, 9 months ago by jarnovos. Reason: add code tags
    Thread Starter Nephalem

    (@nephalem)

    Thank you so much. It really helped me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to shift a minimized banner in the footer a couple of pixels to the left?’ is closed to new replies.