tiinamaria Posted June 3 Posted June 3 I'm using a simple list on this draft website: https://harmonica-pumpkin-n8yx.squarespace.com/ (password: signs) I would like to round the list item corners by 10px. I found a CSS for it (below), but it doesn't seem to work - not sure if the code is outdated or something else is wrong? Any advise would be much appreciated! Here is the code I've tried: .list-item { border-radius: 10px; }
Solution Lesum Posted June 3 Solution Posted June 3 @tiinamaria Hi! You can add the following to Website > Pages > Website Tools > Custom CSS. .user-items-list-simple .list-item-media-inner:not([data-aspect-ratio="original"]) .list-image { border-radius: 10px !important; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
tiinamaria Posted June 3 Author Posted June 3 @Lesum thank you so much, this worked! Would you also happen to know how I may be able to adjust the header image's height and positioning on mobile, without affecting desktop? Lesum 1
Lesum Posted June 3 Posted June 3 @tiinamaria Did you mean the header logo? You can modify mobile logo size under Edit > Site Title & Logo (Click on the logo) > Mobile Logo Max Height If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
tiinamaria Posted June 3 Author Posted June 3 @Lesum apologies I meant the homepage banner! I'd like to limit its height on mobile, and also change the positioning so that more of the key elements display.
Lesum Posted June 3 Posted June 3 @tiinamaria You can reduce the homepage banner text size and adjust banner height on mobile with this code: @media screen and (max-width: 767px) { .fe-block-c2257cac2aa170bb6fdf h2 { font-size: 25px !important; } } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment