Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #300116

    Hi,
    I need to display posts slider slideshow arrows outside the container.
    How can I solve that easily?

    I tried to move this element in /config-templatebuilder/avia-shortcodes/postslider.php but everything is inside the container.

    Thanks.
    M

    #300123
    #top .avia-slideshow-arrows a.prev-slide {
        left: -120px;
    }
    #top .avia-slideshow-arrows a.next-slide {
        right: -120px;
    }
    .avia-content-slider {
        overflow: visible;
    }

    resolved.

    #300126

    Hey!

    Glad you figured it out M and thank you for sharing your solution!

    Best regards,
    Yigit

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