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

    How can I place horizontal gallery arrows under the gallery?
    I tried css but it didn’t work.

    • This topic was modified 2 years, 8 months ago by takacs_tamas.
    #1341546

    Hey takacs_tamas,
    Thanks for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #main .av-horizontal-gallery .avia-slideshow-controls a {
        opacity: 1;
    }
    #top #main .av-horizontal-gallery {
    	overflow: visible;
    }
    #top #main .avia-slideshow-arrows a {
    	top:unset;
    	bottom: -20%;
    	margin: -30px 45% 0;
    }

    this places them under the slider and near the middle
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1341615

    Ahoy Mike,
    all fine!

    Thank’s a lot!

    Best regards,
    Tamas

    #1341619

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Move horizontal gallery navigation arrows below the gallery’ is closed to new replies.