iamraag Posted January 8, 2021 Share Posted January 8, 2021 Site URL: https://www.madebydot.tv/ I'd like to add some space between each project on my website's home page when viewing it on mobile. At the moment there's not much differentiation/gap between each project as we keep scrolling down. How do I turn the spacers on and define a minimum height just for the home page? @tuanphan Link to comment
tuanphan Posted January 10, 2021 Share Posted January 10, 2021 Add to Design > Custom CSS /* space between projects mobile */ @media screen and (max-width:640px) { div#page-5fdeee8cc18bd5077cac6b50 .button-block { margin-bottom: 50px; } } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.