mgwebsite Posted November 18, 2020 Posted November 18, 2020 Site URL: https://magnolia-hawk-8wyh.squarespace.com/ I have a newsletter block in my footer. The spacing between the header and the sign up is too large because I don't have a description. Is there a way to make the description space not visible or reduce the spacing? Password: thisisart
tuanphan Posted November 22, 2020 Posted November 22, 2020 Add to Home > Design > Custom CSS footer.sections .newsletter-form-header-description { display: none; } Also, I see this page, on tablet, left padding > right. Do you want to center them? 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!)
mgwebsite Posted November 23, 2020 Author Posted November 23, 2020 @tuanphan. Thanks for pointing that out! I definitely want them centered. What is the code for that?
tuanphan Posted December 4, 2020 Posted December 4, 2020 Try adding to Home > Design > Custom CSS @media screen and (max-width:991px) and (min-width:768px) { .flip-card { width: auto; } } 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.