pbueno24 Posted November 9, 2021 Share Posted November 9, 2021 Site URL: https://pte.squarespace.com/careers I got my icons looking great for the contact page. However on mobile, the Border-Radius is not working and the light blue circle shows up as a square. Has this been an issue for anyone else? It shows up correctly on the Squarespace display, but not on my iPhone 12. Please help. I'd love to figure out the root of the problem. However, if this is unsolvable, can you help me figure out how I might create a new slightly bigger circle and position it right behind the icons, in order to fake a border? Thanks. (light blue color: #80f5f3) Link to comment
SquareRefresh Posted November 9, 2021 Share Posted November 9, 2021 Hey @pbueno24 the outline is square on desktop too. In your CSS changes the word outline to border. It should look like this [data-section-id="6165ad78dbdd4e6480fd5c94"] .list-item-media-inner { border: 3px solid #80f5f3; box-shadow: 0px 0px 100px -10px #80f5f3; } SquareRefresh, premium plugins & templates that have an elevated feel. Plugins: Have your site stand out. Templates: Our templates are designed with versatility in mind.Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins. Link to comment
pbueno24 Posted November 10, 2021 Author Share Posted November 10, 2021 Thank you! However, do you know how to prevent the circles from turning into ovals after manipulating the border pixels? Link to comment
tuanphan Posted November 12, 2021 Share Posted November 12, 2021 To make it not oval, I think you need to set border & radius for image tag, not image container, it should be [data-section-id="6165ad78dbdd4e6480fd5c94"] { .list-item-media-inner { overflow: visible !important; } .user-items-list-simple .list-image { border: 3px solid #80f5f3; border-radius: 50%; } } pbueno24 1 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