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

    This may be more a feature request than a support request but the photo gallery layout builder block looks terrible on mobile phones by default. I’ve had add some CSS to make it look reasonably good on mobile phones and vertical tablets:

    @media only screen and (max-width: 768px) {
        #top #wrap_all .avia-gallery-thumb a {
            width: 25% !important;
        }
        #top div .avia-gallery img {
            padding: 2px !important;
        }
    }

    The site where I did this is in the Private Content if you want to take a look.

    #729629

    Hi Kevin!

    Please add any feature request there, so Kriesi can review it and do those changes if he finds it interested!

    Thanks a lot

    Best regards,
    Basilis

    #729640

    Done. Thanks.

    #729773

    Hi,

    Thanks for that, much appreciated :-)

    Best regards,
    Rikard

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