Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #484064

    If i set this shortcode, css width is set with a , instead a .

    Shorcode:
    [av_gallery ids='8762,8761,8760' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='3' imagelink='lightbox' lazyload='avia_lazyload']

    CSS Code:
    #top #wrap_all .avia-gallery-3 .avia-gallery-thumb a {
    width: 33,3333%;
    }

    Example: http://www.queremosjugar.org/dia-de-socios-en-el-alamillo-27-de-junio/

    • This topic was modified 8 years, 8 months ago by queremosjugar.
    #484140

    Hi queremosjugar!

    Send us a link to your page so we can get a better idea of what’s going on. You can set your reply as private if you wish.

    Best regards,
    Elliott

    • This reply was modified 8 years, 8 months ago by Elliott.
    #484157
    #484557

    Hey!

    Hmm, well it seems to look fine on my end. Can you take a screenshot and highlight what your trying to do?

    Regards,
    Elliott

    #488356

    Hi,

    Only 3 columns gallery are not shown at full with (other galleries full with are ok):

    Example

    Thanks!

    #488838

    Hi!

    what do you mean with full width? are you talking about the distance between the thumbnails? if yes you could control it using this code:

    #top #wrap_all .avia-gallery-3 .avia-gallery-thumb {
    margin-right: 50px;
    }
    

    which will effect other images in other galleries as well. So if you really need it you would need to give the gallery in question a unique CSS class.

    Best regards,
    Andy

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