Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1125168

    harmoniqa
    Participant

    Hello,

    is there a way to make layer (image icon for facebook and instagram) responsive to different sizes of screen? Now it is 60px x 60px on desktop and mobile view, which means that on big screen it appears to small and vice versa. Slider does not allow to change the size of image – if i change it to 70px on desktop it changes the size also on mobile view…

    Thanks!

    #1125171

    harmoniqa
    Participant
    This reply has been marked as private.
    #1125231

    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can try CSS but it may be limited as the slider is dynamically controlled by it’s scripts.

    You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    @media (min-width:980px) {
        .tp-mask-wrap a img {
            width: 80px!important;
            height: 80px!important;
        }
    }

    Hope this helps – thanks!

    #1125334

    harmoniqa
    Participant

    I dont know what happened in the meantime, but now the layers resize just fine…

    Thank you for the help anyway!!

    #1125521

    Thai
    Moderator

    If you need anything else please let us know.