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
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
hi mike,
thanks for the quick reply.
the code doesn’t work though.
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”?
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
great thanks a ton!