Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1225077

    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

    #1225401

    Hey GenicsAustralia,

    Could you post a link to where we can see the elements in question please?

    Best regards,
    Rikard

    #1228796
    This reply has been marked as private.
    #1228970

    Hi,

    Do you mean in the video header?

    Best regards,
    Jordan Shannon

    #1229008
    This reply has been marked as private.
    #1229311

    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

    #1230220
    This reply has been marked as private.
    #1230402

    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

    #1230510

    Thanks, it didn’t work but I sorted something else out. You can close the job now. thanks

    #1230717

    Hi GenicsAustralia,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.