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

    Hi, the problem is that I can’t solve the border problem by changing the image size, which is already changed once, because the ‘next image buttons’ underneath were in the text of the image. The border above the image is blank now. Best is to remove the lines and I like to remove the buttons on the left and right as well.
    No scaling is selected (all images are the same height) and no stretching. Other options then no scaling don’t do anything..

    #280893

    Hi Henk_28250!

    Thank you for using the theme!

    What about retain the top border then increase the top and bottom padding? Something like this on Quick CSS or custom.css:

    div#full_slider_1 {
    padding: 20px 0;
    }

    You can remove the arrows with this:

    div#full_slider_1 div.avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }

    Regards,
    Ismael

    #281099

    Very useful, thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fullwidth easy slider borders’ is closed to new replies.