Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #442006

    hi,

    i would like to remove the thumbnail navigation at the bottom of my layer slider WP
    http://www.albertoadonai.com/AA/?page_id=652 … but only on mobile device and keep the right and left arrows on each side of the image for navigation on the mobile.
    All is right on PC screen. I want modify only on mobile.

    is this possible?

    thanks

    #442221

    Hi AdonaiAR!

    Please try the following in Quick CSS:

    @media only screen and (max-width: 767px) {
    .page-id-652 .ls-thumbnail-wrapper{
    display:none !important;
    }
    }

    Regards,
    Rikard

    #442356

    Perfect.
    Many thanks Resolved

    Adonai

    #442852

    Hi!

    Great, glad we could help :)

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Thumbnail navigation layer slider’ is closed to new replies.