Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #331197

    Geschätztes Support,
    Gerne würden wir bei der Gallerie das Prinzip “Big image with thumbnails below” nutzen, jedoch die thumbnails nicht unten sondern auf der rechten Seite des grossen Bildes anzeigen lassen.

    Ist dies möglich und wenn ja wie wäre das umzusetzten?

    Ich würde mich über eine Antwort sehr freuen. Recht herzlichen Dank.

    M.Vetter

    #332838

    Hey!

    Try adding this code to the Quick CSS:

    .avia-gallery-thumb {
        width: 15%;
        float: left;
    }
    .avia-gallery-big{
        width: 85%;
        float: left;
    }
    .avia-gallery-thumb a {
        width: 100% !important;
        float: none !important;
    }

    You’ll get something like this:
    http://screencast.com/t/YMlywHC8

    Cheers! 
    Josue

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