Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #794254

    Please let me know how I can substitute another image for the full screen slider image on mobile/tablet (portrait). The slide I am using for desktop has my book image intentionally on the left. However, I would like the portrait-orientation mobile/tablet image to have more of a thumbnail-sized image or a kinda-centered image that is fixed.

    I have tried substituting another image for mobile or scaling/fixing the present image (based on other forum suggestions/code) without success. I do not wish to switch to the full width slider due to the different capabilities.

    Thanks for any help you can provide.

    #794610

    Hey evdonley,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 990px) {
    .home .avia-slideshow-inner li {
        background-position: top left !important;
    }
    }

    Best regards,
    Rikard

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