-
AuthorPosts
-
August 10, 2016 at 2:58 am #1125168
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!
August 10, 2016 at 2:59 am #1125171This reply has been marked as private.August 10, 2016 at 3:57 am #1125231Hi 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!
August 10, 2016 at 5:39 am #1125334I dont know what happened in the meantime, but now the layers resize just fine…
Thank you for the help anyway!!
August 10, 2016 at 8:55 am #1125521If you need anything else please let us know.
-
AuthorPosts