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

    At the bottom of my website I have a content slider. On mobiles the navigation arrows are not showing. How can I fix this?

    #789285

    Hey Kieran,

    This is how the theme is designed, and you can swipe content sliders to the left and to the right on mobile. But we totally understand if you would like to customize it and display the controls, too. :)

    To do that, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px) {
    	.responsive #top .avia-slideshow-controls a { display:block !important; }
    }
    

    I hope that helps!

    Sarah

    #789454

    That’s great thank you

    #789470

    You’re welcome! We’re happy to help.

    If you don’t need further assistance with this issue, may we close this thread? :)

    Best regards,
    Sarah

    #797830

    I used your code to help with website but now the dots are appearing vertical on mobile – is there a way for it to appear horizontal dots?

    #797843

    Hi,


    @rkb317
    Can you please start a new thread under Enfold sub forum and attach a link to your page so we can look into it? :)

    Best regards,
    Yigit

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