Change arrow size on image gallery - by CJMillar82

This topic has 2 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Jack Richardson

  • Avatar: CJMillar82
    CJMillar82
    Participant
    July 2, 2016 at 02:36

    Example here: http://legereequestrian.com/project/pole-hole-e-o/

    Arrows are larger than photo. Don’t mind if it has to be a site-wide universal setting to make them smaller via custom css!

    Thanks!!!!

    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 2, 2016 at 09:27

    Hello,

    Please add this code in custom.css file:

    @media (min-width: 1200px) { .flex-direction-nav .flex-next:before, .flex-direction-nav .flex-prev:before {
        font-size: 32px;
        line-height: 52px;
    }
    
    .flex-direction-nav a {
        width: 25px;
        height: 50px;
    }}

    Best regards,
    Jack Richardson.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.