Anele0610 Posted October 7 Posted October 7 Site URL: https://synthesizer-crocodile-ga2p.squarespace.com/ Hello! Looking to customize the Summary Title for mobile for the first summary block on the homepage. I have it perfect on desktop, but on mobile I just can't seem to move it up the same way. Basically, I want the title to be in the center on top of the image on both mobile and desktop. Website: https://synthesizer-crocodile-ga2p.squarespace.com/ Password: femke Thanks!! Anele
Anele0610 Posted October 8 Author Posted October 8 (edited) Hello! Could someone please help me out with this? Maybe? Edited October 9 by Jack_SQSP Mentioning users who are not participating
Anele0610 Posted October 9 Author Posted October 9 Can someone help me with this problem please? Really need some guidance..
Solution tuanphan Posted October 11 Solution Posted October 11 You can use this code to Website Tools > Custom CSS @media screen and (max-width:767px) { div#block-ae77a5268dce1a064460 { .summary-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center; } .summary-item { position: relative; } .summary-title { text-align: center !important; }} } Anele0610 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!)
Anele0610 Posted October 14 Author Posted October 14 On 10/11/2024 at 11:08 AM, tuanphan said: You can use this code to Website Tools > Custom CSS @media screen and (max-width:767px) { div#block-ae77a5268dce1a064460 { .summary-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center; } .summary-item { position: relative; } .summary-title { text-align: center !important; }} } Once again, you are a LEGEND! Thank you!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment