How bout moving the giveaway button away from the Pharma button ?
2 Likes
Thank you. We are working on it.
In the meantime, if you scroll the background screen the banner should move.
1 Like
I have no idea how you interface with your devs but if you have access to the #notify
css all you have to do is update the z-index
value to 1. That will drop it below the menu and will make it so it scrolls under the header, instead of on top of it.
Run that in your browser console with the menu open to test
document.getElementById('notify').style.zIndex = 1
Resource:
Examples:
1 Like
Thank you sir