Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #806291

    Hi there,
    Firstly great theme, just started working on it and really customisable.

    I need your help I’m trying to get the pagination dots on the slider for mobile to appear in the centre of the screen above the downwards arrow at the moment they are currently sitting in the far left of the screen and would prefer to be in the middle.

    I did previously put in some CSS code to make the white arrows on the slider always show on mobile and not hide i put this in and it solved the arrows issue on mobile but made the pagination dots go to the far left can you help or give some css code to fix this?

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

    Thanks
    bejan

    #806292

    I also have another small issue with the fullscreen slider and that is my images seem cropped on mobile view it seems to pin to the left. Is there a way that i can have my images snap to show the centre of them when in mobile view?

    #806322

    Hi,
    please change your code to this:

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

    Best regards,
    Mike

    #806325

    Thanks Mike the toggle dots are working now!:) I also explored and found how to align the images to centre so no worrys about thats.

    Just a another question is there a way to set the slider to have a minimum height for mobile I.e 480px as when previewed on mobile the toggle controls are alot lower instead of centre of the image i currently cant see the pagination dots without scrolling up and the image on mobile extends lower so i have to scroll up the view the extra bit of the image rather then see it all in full view

    would really appreciate if you could suggest a way to fix this

    thank you!

    #806348

    Hi,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {height: 87vh!important; }}

    Best regards,
    Mike

    #806351

    Just tried that now but the pagination dots are still underneath the IOS toolbar and the slider toggle arrows seem slightly lower at first load. Is there another code i could try to make the image, arrows and pagination sit above the ios toolbar?

    thanks
    Bejan

    #806364

    Hi,
    OK, give it a try now, I changed it to 70vh. Please clear your cache: [http://www.refreshyourcache.com/en/home/]
    & note it maybe different depending on if your login or a site visitor :)

    Best regards,
    Mike

    #806556

    Hi Mike thats perfect thank you worked just fine all solved :) thanks Bejan

    #806558

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Toggle dots on mobile’ is closed to new replies.