Options

Slideshow Broken

PhilCorleyPhotoPhilCorleyPhoto Registered Users Posts: 107 Major grins

I am sure this is due to some CSS customisation I have added (but not sure what); when I add a Slideshow content block, I get an offset border around the image - see: http://www.philcorleyphotography.com/Pages/Test/n-RcFhsH

Can someone tell me how to fix this?

Thanks

Phil

Comments

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited March 4, 2018

    This is causing it. Removing the border seems to fix it.

         /* border: none !important; */
        /* margin: 0px !important; */
        .sm-slideshow-image div.sm-tile-wrapper.sm-tile-photo {
    --> border: 1px solid #f9f9f9;  <--
         padding: 0px;
            -webkit-transform: scale(0.85);
            -moz-transform: scale(0.85);
            -ms-transform: scale(0.85);
            transform: scale(0.85);
        }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    PhilCorleyPhotoPhilCorleyPhoto Registered Users Posts: 107 Major grins

    Thanks Allen - I am sure I added this somewhere but I can't find it anywhere in my custom CSS :neutral:

Sign In or Register to comment.