abigailallen Posted October 27 Share Posted October 27 Hi there, I have added code to customize the font on the summary blocks, this however doesn't show on mobile view. Does anyone know how I can solve this? I've used this code: Quote .sqs-block-summary-v2 { .summary-title, .summary-heading { font-family: 'proxima-sera'; font-weight: 300; font-size: 18px !important; color: #ccccc; text-transform: none; font-style: none; } } I have also noticed that this block (see attached, correct margin in pink) does not align to the margins of the rest of the site on mobile view. Does anyone know if that can be adjusted? Site: https://caterpillar-wrasse-ns3s.squarespace.com/ Pw: psa23 Thanks a lot! Link to comment
Solution jaeveedee Posted October 27 Solution Share Posted October 27 @abigailallen I think I'm looking at the same spot on your site. You might need to get a more specific selector. Try this .sqs-block-summary-v2 { .summary-title .summary-title-link, .summary-heading .summary-collection-title { font-family: 'proxima-sera' !important; font-weight: 300 !important; font-size: 18px !important; color: #ccccc !important; text-transform: none !important; font-style: none !important; } } @media only screen and (max-width: 640px) { .user-items-list-simple { //change these for side padding on mobile padding-left: 4vw !important; padding-right: 4vw !important; } } ☕ Did I help you? Buy me a coffee! 💻 I'm for hire on Upwork! Link to comment
abigailallen Posted October 27 Author Share Posted October 27 @jaeveedee Thanks a lot, that all worked! Appreciate it 👏 jaeveedee 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