GregLassale Posted April 30, 2021 Share Posted April 30, 2021 (edited) Site URL: https://gregorylassale.com I am trying to reduce the top padding on a few pages specifically for tablets in landscape mode. I tested the following for the Intro page, which didn't work at all. /*remove padding on tablet lanscape*/ @media screen and (max-width:1194px) and (min-width:834px){ #intro { padding-top: 10px; } } Even if it did, it would probably exclude a lot of devices as I used my iPad Pro 11's specs and many tablets have lower resolution. Wondering if there is a more efficient way to Target tablets' landscape mode. Thanks. Edited May 3, 2021 by GregLassale Link to comment
tuanphan Posted May 1, 2021 Share Posted May 1, 2021 Which page you want to reduce padding? 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
GregLassale Posted May 1, 2021 Author Share Posted May 1, 2021 (edited) On 5/1/2021 at 3:07 AM, tuanphan said: Which page you want to reduce padding? All of them except the banners: #intro, #services, #about, #faq, #testimonials, #contact, #additional-info, + all the French versions #intro-fr, #services-fr, #about-fr, #faq-fr, #testimonials-fr, #contact-fr and #additional-info-fr. Edited May 3, 2021 by GregLassale Link to comment
GregLassale Posted May 3, 2021 Author Share Posted May 3, 2021 (edited) Help no longer needed. I used the following: @media screen and (max-width:1194px) { .Index-page-content { padding-top: 15px; padding-bottom: 15px; } } Thanks Edited May 3, 2021 by GregLassale tuanphan 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