finlettercreative Posted January 7, 2022 Share Posted January 7, 2022 Site URL: https://www.carriecooperdpt.com/courses Trying to add a border and corner radius to images in a list in a specific section-- my code *almost* seems to be working, except that the border is slightly offset to the right. Can't figure out why. https://www.carriecooperdpt.com/courses PW: ccdpt2022 Code I'm currently using (not well-versed in coding at all so please forgive me if this is jacked): section[data-section-id="61cf49fb170c3473f49ee9b9"]{.user-items-list-simple img { border: 1px solid #101820; display: block; border-radius: 16px} Link to comment
jpeter Posted January 7, 2022 Share Posted January 7, 2022 @finlettercreative I would try replacing your code with the following: section[data-section-id="61cf49fb170c3473f49ee9b9"] .list-item-media-inner { border: 1px solid #101820; display: block; border-radius: 16px; overflow: hidden; } ForestFern and finlettercreative 1 1 Full stack developer who loves helping people out with anything web related. If you'd like to support me, buy me a coffee! Link to comment
finlettercreative Posted January 7, 2022 Author Share Posted January 7, 2022 @jpeter worked like a charm!!!! 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