image padding issue

HomeSupportImage Storeimage padding issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #51365
    Paul
    Participant

    Could you please advise me why my images are not lining up correctly. Is there a setting I have wrong or do I need to change padding values in CSS etc? The images align wrong when they have different orientations and crop ratios.

    http://matrixphoto.com.au/galleries/sandra-rose/

    #51455
    Angel
    Participant

    your gallery is password protected, i tried to look to see if it was the same issue i was having

    #51500
    Xpark Media
    Keymaster

    @Paul,

    Some times there a few adjustments that are needed depending on the theme that you are using and how well coded it is. I couldn’t look at it since your gallery is password protected could you please provide a link to a test gallery.

     

    #51525
    Paul
    Participant

    Sorry I could have sworn I removed that. Please try again.

    p.s. the email notification doesn’t seem to be working for these posts.

    #51600
    Xpark Media
    Keymaster

    The problems is that your thumbnails are all different sizes, add this code to your theme’s styles.css file. Note this this may have problems with older browsers.

    div#ims-mainbox .ims-img {
    display: -moz-inline-box; 
    display: inline-block;
    vertical-align: middle;
    float: none;
    }
    #51631
    Paul
    Participant

    That works beautifully thank you.

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