Hi there
I’ve got a one page site with a color section that displays two differently from mobile to desktop. I’ve created both sections in the layout builder and hidden with the following code
@media only screen and (min-width: 767px) {
#brave-mobile{display:none;}
}
@media only screen and (max-width: 767px) {
#brave{display:none;}
}
Problem is the Easyslider then doesn’t work. I’ve tried without the @media and the slider is fine.
Is there something i’m doing wrong?
Thanks
Richard
Hey raslade!
I cannot seem to find easy slider on your page. Can you please point out where it should be?
Best regards,
Yigit
Hiya
The slider only shows up on mobile.
Thanks
Richard
Hey!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply. Also, are we allowed to play around with the CSS while testing?
Cheers!
Rikard
Hey!
I’m sure you’re testing this by resizing the browser screen. Have you checked it on an actual mobile device? The slider should work there.
Cheers!
Ismael
Hi Ismael, oh yup that might of helped – works fine. Sorry to have wasted your time.
Thanks
Richard