wewood Posted August 1, 2019 Share Posted August 1, 2019 Hello, I need to adjust my site's padding for the mobile view only. It currently appears to be too close to the edge when viewing on mobile. Is it possible to add some CSS? Please check the attached image. Thank you in advance! Link to comment
tuanphan Posted August 1, 2019 Share Posted August 1, 2019 @wewood Please share site url. 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
tuanphan Posted August 1, 2019 Share Posted August 1, 2019 @wewood What pages? 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
wewood Posted August 1, 2019 Author Share Posted August 1, 2019 This one, for example: https://www.wewood.eu/about Only on mobile. Link to comment
tuanphan Posted August 1, 2019 Share Posted August 1, 2019 @wewood Try adding to Home > Design > Custom CSS @media screen and (max-width:640px) { .Main { padding-left: 10px; padding-right: 10px; } } 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
wewood Posted August 1, 2019 Author Share Posted August 1, 2019 It worked perfectly! Thank you very much for your help, @tuanphan. Link to comment
tuanphan Posted August 1, 2019 Share Posted August 1, 2019 @wewood You're welcome. Accept answer if it worked. Other members can use if they have same issue. I have some suggestions for your site... When scrolling, the header seems to take up a lot of space. Do you want to shrink the header height? I use HP 14 inch, Chrome, WIndows 7. There is a scroll bar below the website 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
wewood Posted August 1, 2019 Author Share Posted August 1, 2019 @tuanphan, yes, please. Can you give me the CSS code. Thanks. Link to comment
tuanphan Posted August 1, 2019 Share Posted August 1, 2019 @wewood CSS can't handle that. Need a little JavaScript + CSS. I will send later, it's a bit complicated, need to check carefully. 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.