Adaptive Posted April 22, 2021 Posted April 22, 2021 Site URL: https://www.corehomesuk.com/home Hi folks, I have hand cranked some blocks on the homepage of this website but can't figure out how to round the tops of the images... I had added some CSS through targeting the image block ID but its not working... any ideas?
tuanphan Posted April 24, 2021 Posted April 24, 2021 On 4/22/2021 at 10:32 PM, Adaptive said: Site URL: https://www.corehomesuk.com/home Hi folks, I have hand cranked some blocks on the homepage of this website but can't figure out how to round the tops of the images... I had added some CSS through targeting the image block ID but its not working... any ideas? Try set overflow hidden, eg. #block-yui_3_17_2_1_1619101671073_6494 { border-radius: 30px !important; padding: 0px 10px 0px 10px !important; overflow: hidden; } 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!)
Adaptive Posted April 27, 2021 Author Posted April 27, 2021 On 4/24/2021 at 1:52 PM, tuanphan said: Try set overflow hidden, eg. #block-yui_3_17_2_1_1619101671073_6494 { border-radius: 30px !important; padding: 0px 10px 0px 10px !important; overflow: hidden; } Hmmm, thats odd. It seems to have a worked a bit but they seem to be squashed?
tuanphan Posted April 28, 2021 Posted April 28, 2021 On 4/27/2021 at 4:34 PM, Adaptive said: Hmmm, thats odd. It seems to have a worked a bit but they seem to be squashed? Use this code div#page-section-607eb92910485805e7899ebe .image-block-wrapper { border-top-left-radius: 20px; border-top-right-radius: 20px; } 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!)
Adaptive Posted May 11, 2021 Author Posted May 11, 2021 On 4/28/2021 at 12:01 PM, tuanphan said: Use this code div#page-section-607eb92910485805e7899ebe .image-block-wrapper { border-top-left-radius: 20px; border-top-right-radius: 20px; } That has worked a treat thanks!
tuanphan Posted May 17, 2021 Posted May 17, 2021 On 5/11/2021 at 10:43 PM, Adaptive said: That has worked a treat thanks! Do you need help on these? Site URL: https://www.corehomesuk.com/home 1. (Tablet-Homepage) Increase text width? 2. (Tablet-Footer) Increase logo size, text width? 3. (Mobile-Footer) Reduce logo size? 4. (Mobile-Homepage) Move image on top of text? 5. (Mobile-Homepage) Remove a line above button? 6. (Mobile-Homepage) Add a space on top of text? 7. (Mobile-Residents) 8. (Mobile-Residents) Reduce images size? 9. (Tablet-Residents) Reduce text size? 10. (Tablet-Residents) Reduce text size, increase text width? 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.