LindsEli Posted March 20, 2023 Share Posted March 20, 2023 the attached png example1, is the type of thin border I want (but white not blue) around the bike photo with rounded edges, any ideas on codes? The password of the website is 123. Link to comment
tuanphan Posted March 24, 2023 Share Posted March 24, 2023 Hi, Add to Design > Custom CSS div#block-yui_3_17_2_1_1679341312090_7618 .sqs-image-content { border: 3px solid red; } div#block-yui_3_17_2_1_1679341312090_7618 .content-fill img { top: 10px !important; left: 10px !important; width: calc(~"100% - 20px") !important; height: calc(~"100% - 20px") !important; border-radius: 70px !important; } 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
LindsEli Posted April 3, 2023 Author Share Posted April 3, 2023 On 3/24/2023 at 5:27 PM, tuanphan said: Hi, Add to Design > Custom CSS div#block-yui_3_17_2_1_1679341312090_7618 .sqs-image-content { border: 3px solid red; } div#block-yui_3_17_2_1_1679341312090_7618 .content-fill img { top: 10px !important; left: 10px !important; width: calc(~"100% - 20px") !important; height: calc(~"100% - 20px") !important; border-radius: 70px !important; } thanks for the response but its seems to still be getting cut off! https://san-diego-tours-and-rentals.squarespace.com/ the password is 123 Link to comment
tuanphan Posted April 5, 2023 Share Posted April 5, 2023 It looks like you changed to new image, the image id changed Use this new code div#block-2930da2df8e0be5d1c08 .sqs-image-content { border: 3px solid red; } div#block-2930da2df8e0be5d1c08 .content-fill img { top: 10px !important; left: 10px !important; width: calc(~"100% - 20px") !important; height: calc(~"100% - 20px") !important; border-radius: 70px !important; } 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