revoke consent button on tablet overlapping footer column
-
Hi,
I display the revoke consent button in the 3rd footer column of the storefront theme. I noticed, that in tablet view (simulated iPad 768x1024px portrait) the button overlaps the 4th column there.
As a workarround I’ve unset the white-space: nowrap in the .cn-button class in the custom style.css of my child theme:
/* allow linebreak in cookie consent revoke button to avoid footer menu overlapping in tablet mode*/ .cn-button { white-space: unset; }
- The topic ‘revoke consent button on tablet overlapping footer column’ is closed to new replies.