Tagged: element visibility, Hide on Desktop, hide on mobile
Hi, in my lmjproduction.ch I set a slide in home that should be visible only in desktop mode and a video that should be visible only in mobile mode. The problem is that with iPad I see only the slideshow and it does not work properly. the problem I think is that I can hide on screen large until 990 for mobile version and over 990 for desktop version. Beacusa iPad screen is 1020 I should modify that parameter, how can I do? Thanks, Gianluca
Hey sitibus,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1024px){
#full_slider_1 {
display: none;
}
.responsive.av-no-preview #top #wrap_all #av_section_5.av-desktop-hide {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria