Options

Right side of folders, box-shadow / Radius problem

markmicallefmarkmicallef Registered Users Posts: 69 Big grins
edited September 22, 2013 in SmugMug Customization
I using the following css to round the corners and add a drop shadow on folders and noticed the far right column of folders are not rounded and the Drop shadow is cut off.
.sm-page-widget-images, .sm-tile img {
    border-radius:8px;
  border: 1px solid #000;
  box-shadow: 12px 12px 10px rgba(0, 0, 0, .4);
max-width: 95%}


i-2jph4V3.jpg

located here: http://www.mark4pics.com/Family/Alicia

Comments

  • Options
    markmicallefmarkmicallef Registered Users Posts: 69 Big grins
    edited August 27, 2013
    I using the following css to round the corners and add a drop shadow on folders and noticed the far right column of folders are not rounded and the Drop shadow is cut off.
    .sm-page-widget-images, .sm-tile img {
        border-radius:8px;
      border: 1px solid #000;
      box-shadow: 12px 12px 10px rgba(0, 0, 0, .4);
    max-width: 95%}
    


    i-2jph4V3.jpg

    located here: http://www.mark4pics.com/Family/Alicia

    Fixed it with this
    .sm-tiles-row-organic .sm-tiles-list {
    overflow: visible;
    margin: 0 0 0 -10px;
    }
    
  • Options
    Rocketman766Rocketman766 Registered Users Posts: 332 Major grins
    edited September 22, 2013
    Would the same fix listed above work if only the bottom right corner is squared? Mine is happening in folders and galleries.
Sign In or Register to comment.