Hello, ive asked this question before and used this which worked:
@media (max-width:480px){
[data-x-stem] [data-x-stem*=“r”] {
left: 0;
top: 100%;
}
}
But its not working this time. On this site: https://palmshotelfireisland.com on a phone the sub menu gets cut off bc it drops to the left instead of straight down. How can i get it to drop straight down? I tried left:100% also but that didnt work either.
Thanks
Rena