Hi, I’d like to disable text in my full width easy slider when in landscape or portrait mode on a mobile device. Keep for large devices like iPad please. Can you help? thanks
Hey GenicsAustralia,
Could you post a link to where we can see the elements in question please?
Best regards,
Rikard
Hi,
Do you mean in the video header?
Best regards,
Jordan Shannon
Hi,
Thanks for the clarification. Please try this in Quick CSS:
@media only screen and (max-width: 1024px) {
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 10px !important;
}
}
Best regards,
Rikard
Hi,
Add this to quick css:
@media only screen and (max-width: 1024px) {
.slideshow_align_caption h1{
font-size:20px!important;
}}
Best regards,
Jordan Shannon
Thanks, it didn’t work but I sorted something else out. You can close the job now. thanks
Hi GenicsAustralia,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria