ameleah Posted July 10, 2022 Posted July 10, 2022 Site URL: https://www.landsmanforcongress.com/ Hey, the buttons in the footer overlap on tablets. Is there some code to make it more responsive to screen adjustments?
tuanphan Posted July 11, 2022 Posted July 11, 2022 Because your section width is small, 30%, caused problem on tablet Add to Design > Custom CSS @media screen and (max-width:1024px) and (min-width:768px) { [data-section-id="6239de65d780c47baed9c6c2"] .content { width: 50% !important; } [data-section-id="6239de65d780c47baed9c6c2"] .image-block { max-width: 50%; margin: 0 auto; } } ameleah 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment