• When using the “Vertical Position: Top”, it would be useful to have the option to either choose between "position: fixed" or "position: initial" (I know it’s easy to fix in CSS, but not everyone knows this).

    For example, we had a problem where the cookie banner hid the main menu together with the CTA-button. And in our user tests the users rarely clicked on the cookie banner, so everything was hidden. So "position: initial" fixed that problem.

    One more suggestion. You should increase padding/margins between buttons and texts on smaller screens. They are too close together and might be hard to click for some users.

  • The topic ‘Suggestion’ is closed to new replies.