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

    Is it possible to align the portfolio thumbnails to right instead of underneath? I am using the 2/3 portfolio gallery

    #122548

    Hi,

    You can add this on your custom.css or Quick CSS

    .avia-gallery-big.fakeLightbox.lightbox {
    width: 83%;
    float: left;
    height: auto !important;
    margin-right: 10px;
    }

    #top .avia-gallery .avia-gallery-thumb a {
    margin-bottom: 5px;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Align portfolio thumbnails to right instead of underneath?’ is closed to new replies.