Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1206526

    Hi,
    how can we the size of the “Fullwidth Easy Slider” icons be adjustet. Try to make them smaller when they are presented at a responsive frontend using follwoing quick css code.

    .responsive#top .avia-slideshow-arrows a {
    font-size: 10px !important;
    }
    #top .avia-slideshow-arrows a {
    font-size: 20px !important;
    }

    #top .av-control-minimal .avia-slideshow-arrows a:before {
    border: 2px solid transparent !important;
    }

    Any sugestions?
    THX

    #1206664

    Hey Matthias,

    Could you please give us a link to your website, we need more context to be able to help you.

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1206688

    Please find attached the screen shot. Those icons marked in red circels should shrink on small displays. eg. mobile phones!

    THX
    Matt

    #1206890

    Hi Matt,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 989px) {
        #top .avia-slideshow-arrows a {
            font-size: 26px !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1207042

    Hi Victoria,

    it works. Thank you so mutch!
    Love you guys for your support.
    Cheers
    Matt

    #1207149

    Hi Matt,

    I’m glad that Victoria could help you out :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Adjust Easy Slider Icons – responsive design’ is closed to new replies.