Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1368781

    Hi,

    Content Slider
    How do you enlarge/make more prominent – the navigation arrows on the content slider.

    Thanks

    #1368815

    Hey woogie07,

    Thank you for the question.

    You can use this css code to adjust the size of the content slider arrows.

    #top .avia-smallarrow-slider.av-control-minimal .avia-slideshow-arrows a:before {
        line-height: 60px;
    }
    
    #top .avia-smallarrow-slider:not(.av-slideshow-ui) .avia-slideshow-arrows a, #top .avia-smallarrow-slider.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev a.prev-slide, #top .avia-smallarrow-slider.av-slideshow-ui .avia-slideshow-arrows.av-visible-next a.next-slide {
        width: 60px;
        height: 60px;
    }
    
    #top .prev-slide {
        right: 60px;
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1369150

    Thanks for the code.

    Is there any way the navigation controls can be centred on the page rather than over to the right?

    Thanks

    #1369193

    Hi,

    Please try this CSS as well:

    #top .avia-smallarrow-slider .avia-slideshow-arrows {
        width: 100%;
    }
    
    #top .prev-slide {
        right: auto;
    }
    
    #top .avia-smallarrow-slider .avia-slideshow-arrows a {
        top: 200px;
    }

    Best regards,
    Rikard

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