Stacked Buttons - Cookie Banner
Plugin Details
Add a stacked style to the cookie banner buttons - accept, deny, manage.
Compatibility
Works with Squarespace 7.1
Uses Custom CSS
Add to Custom CSS
// COOKIE BANNER - ACCEPT BUTTON STACKED STYLE - GHOSTPLUGINS.COM //
.gdpr-cookie-banner .button-group .sqs-cookie-banner-v2-accept {
margin-bottom: 10px;
width: 100%;
}
// COOKIE BANNER - DENY BUTTON STACKED STYLE - GHOSTPLUGINS.COM //
.gdpr-cookie-banner .button-group .sqs-cookie-banner-v2-deny {
margin-bottom: 10px;
width: 100%;
}
// COOKIE BANNER - MANAGE BUTTON STACKED STYLE - GHOSTPLUGINS.COM //
.gdpr-cookie-banner .button-group .sqs-button-element--tertiary {
width: 100%;
}
Customizable Options
Button Width (100%)
Button Bottom Spacing (Accept and Deny)
Notes
No plugin notes
