Hello Enfold Team,
I am using the mobile menu on desktop and would like to adjust how far it slides open, but on desktop only (it’s perfect on mobile). I would also like to make the background color slightly transparent, can you please point me in the right direction? If it is helpful, I created an account for you and put the details in the private content.
As always, thank you for all your help.
-James
You do not need to make absolute settings for the scope of the slide out. Relative settings are also accepted here:
In the meantime, the distribution of the property: backdrop-filter is very good, so that it is now quite possible to use it with high browser support.
It will offer you a kind of frosted glas effect for the slide-out.
@media only screen and (min-width:990px){
.av-burger-overlay-scroll {
background-color: rgba(255,255,255,0.7) !important;
width: 40% !important;
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
}
}
This is perfect!!!
Thank you.
-James
Hi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike