ameleah Posted July 10, 2022 Share 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? Link to comment
tuanphan Posted July 11, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ameleah Posted July 11, 2022 Author Share Posted July 11, 2022 ty. I appreciate the help 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