WPetret Posted January 18, 2022 Share Posted January 18, 2022 Site URL: https://www.erinfortinphotography.com/ Hi! I am attempting to create an offset border where the photo overflows (like the mountain photo below) and the code I'm using used to work, but now it doesn't allow for the overflow to happen (image of female below). Any thoughts on how to adjust it? The website is www.erinfortinphotography.com The code I'm using is: #business .design-layout-inline .image-block-wrapper {border: 1.5px solid #ed9f01; overflow:visible!important;} .design-layout-inline img {margin-left: 25px; margin-top: 25px; } Thank you so much!!! Link to comment
tuanphan Posted January 19, 2022 Share Posted January 19, 2022 Where is female? We don't see it on homepage Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
WPetret Posted February 24, 2022 Author Share Posted February 24, 2022 Here is the page: https://www.erinfortinphotography.com/services-1 Link to comment
tuanphan Posted February 27, 2022 Share Posted February 27, 2022 Add to Design > Custom CSS div#block-yui_3_17_2_1_1616627248292_8738 { .image-block-wrapper { overflow: visible !important; } .has-aspect-ratio { overflow: visible !important; } .has-aspect-ratio:after { content: ""; display: block; border: 2px solid orange; position: absolute; top: -20px; left: -20px; width: 100%; height: 100%; }} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment