Slider spacing issue

Home Forums All Other Themes Slider spacing issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #158389
    Johann van der WesthuizenJohann van der Westhuizen
    Participant
    • Topics: 17
    • Replies: 29
    • Total: 46
    Member since: November 22, 2015

    Hi,

    I’ve indicated the spacing with the red arrows, how can I make that gap smaller?

    Screenshot : https://imgur.com/a/kx8Km3A

    Please let me know.

    Thanks.

    #158572
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30796
    • Total: 30796
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (min-width:1400px) and (max-width:1920px) {
    #prevslide, #nextslide {
        top: 38% !important;
    }
    }

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.