KyleKeigan Posted December 15, 2023 Share Posted December 15, 2023 Hi all! I'm wondering if someone could help me figure out how to center the type vertically within the animated radial gradient on the home page of this site. The code I referenced for this allows me to add a top margin but when the browser size is adjusted the type isn't responsive and centered. Thank you! -Kyle Link to comment
KyleKeigan Posted December 15, 2023 Author Share Posted December 15, 2023 @tuanphan you're always fantastic help, if you have any ideas I'd be forever grateful! Link to comment
tuanphan Posted December 17, 2023 Share Posted December 17, 2023 Can you share link to home page? 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
KyleKeigan Posted December 17, 2023 Author Share Posted December 17, 2023 @tuanphan apologies, here: https://sunfish-turbot-cxel.squarespace.com/ Thank you! Link to comment
Solution tuanphan Posted December 19, 2023 Solution Share Posted December 19, 2023 Add this to Website Tools (under Not Linked) > Custom CSS #gradient h5 { margin: 0 !important; } #gradient { display: flex; align-items: center; justify-content: center; } 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
KyleKeigan Posted December 21, 2023 Author Share Posted December 21, 2023 @tuanphan lifesaver as always, thank you!!! tuanphan 1 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