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

    Hi!
    Could you tell me please how can I center navigation slider arrows and positioning bellow the slider image?
    Link via private.

    Thanks!
    Santiago

    #1401210

    Hi Santiago,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-smallarrow-slider-heading {
        position: absolute;
    }

    Best regards,
    Nikko

    #1401258

    Thanks Nikko
    It doesn’t work

    Regards
    Santiago

    #1401306

    Hi,

    Try this CSS instead:

    .avia-content-slider-element-container .avia-smallarrow-slider .avia-slideshow-arrows {
      position: absolute;
      width: 51px;
      top: auto;
      left: 43%;
      height: 24px;
      bottom: -350px;
    }

    Best regards,
    Rikard

    #1401321

    Thnaks Rikard, but it doesn’t work.

    #1401401

    Hi,

    It works great on my end when I apply the CSS in the browser: https://snipboard.io/8T4zXx.jpg. Try adding it again, then inspect the element in your browser to make sure it’s actually applying.

    Best regards,
    Rikard

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