Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #781833

    hi there Kriesi team,

    I have set up a website that looks great.
    However on mobile, the buttons on full page slider are underneath each other but the horizontal alignment of the buttons is not quite right.
    Is there a way to make them both appear in the middle (horizontally) on mobile?

    thank you

    #781837

    Hey Rio1,
    For mobile 425px they are horizontal, but for 375px they are virtual to retain the button width.
    Try this code in the General Styling > Quick CSS field to line them up:

    @media only screen and (max-width: 376px){
    .avia-multi-slideshow-button.avia-slideshow-button {
        margin-right: 0px !important; 
    }}

    Best regards,
    Mike

    #781844

    hi mike,

    thanks for the quick reply.
    the code doesn’t work though.

    #781853

    Hi,
    Please clear your cache.
    Before:
    postimage
    After:
    postimage

    Best regards,
    Mike

    #781945

    Hi,

    I have cleared my browser cache and also tried from another device, but it still not showing like in your picture.
    am I clearing the “wrong” cache”?

    #781971

    Hi,
    OK, I was able to login from fixing a different issue and found you had an extra } in your css. All done :)

    Best regards,
    Mike

    #782104

    great thanks a ton!

    #782108

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

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘buttons display on mobile’ is closed to new replies.