SannRobbins Posted January 3, 2022 Share Posted January 3, 2022 Site URL: https://sannrobbins.com/home2 Hi there! I am trying to change the width of the text and images on mobile browser (see pic in attachment). For this, I have been using the following code in custom CSS: @media screen and (max-width:641px) { section[data-section-id="61bfa2e5959b171c37037dfb"] { padding-left: 0% !important; padding-right: 0% !important; } } Because the padding is already at 0%, I can't seem to figure out how to widen the text and image. Thank you so much for looking at this! Cheers, S Link to comment
tuanphan Posted January 3, 2022 Share Posted January 3, 2022 Add this CSS @media screen and (max-width:767px) { .user-items-list[data-layout-width="inset"] .list-section-title { padding-left: 0px; padding-right: 0px; } .user-items-list { padding-left: 0px; padding-right: 0px; } } SannRobbins 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
SannRobbins Posted January 4, 2022 Author Share Posted January 4, 2022 Thank you so much!!! you are awesome 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