#instagramFeed { width: 252px; height: 252px; display: block; position: relative; } #instagramFeed_forceLink { position: absolute; width: 100%; height: 100%; } #linkBox { position: absolute; width: 150px; height: 50px; background-color: rgba(255,255,255,.9); bottom: 101px; left: 51px; text-align: center; z-index: 99; margin: 0px; } /* You will have to adjust the padding of the text once it lives in your wordpress environment */ .link{ font-family: Georgia, serif; font-style: italic; font-size: 15px; padding-top: 9px; } .instagramText { font-family: Arial, sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 3px; padding-top: 12px; line-height: 3px } /* These link colors were used for testing before copying the HTML into the text widget. DO NOT COPY these into your style.css, they may overwrite your blog link colors. */ a { text-decoration: none; color: #444; } a:hover { text-decoration: none; color: #ff4669; }