queerterpreter Posted June 16, 2021 Share Posted June 16, 2021 Site URL: https://www.queerterpreter.com/ For some mysterious reason, my site has no margin/padding, which is primarily a problem on mobile. I'm aware I can add margin or padding through CSS, I'm just not sure of how to do it without it manifesting as ugly white stripes. I'm trying: body { padding: 0px 10px; } or body { margin: 0px 10px; } For the site-wide custom CSS. How do I do this so it adds space on the left and right of the text, but it maintains the dark blue of the top navigation bar and the light blue of the main background? Link to comment
queerterpreter Posted June 16, 2021 Author Share Posted June 16, 2021 Whelp, got it. I can do HTML and I can do Python, CSS not so much. main { padding: 0px 50px; } Link to comment
queerterpreter Posted June 17, 2021 Author Share Posted June 17, 2021 Ok, no, I'm back, this generates another problem where there's also padding around the background image in the cover page (top of the page I linked), and I want a full bleed for that. How do I get background images to go all the way to the left/right but, simultaneously, not have text go all the way to the edge of the window? I'm attaching two screenshots of the same page and window configuration, first without padding and then with, to illustrate the problem. - Link to comment
tuanphan Posted June 18, 2021 Share Posted June 18, 2021 Remove your code & use this code /* Text block padding */ .html-block { padding: 0px 50px !important; } queerterpreter 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
queerterpreter Posted June 19, 2021 Author Share Posted June 19, 2021 On 6/18/2021 at 8:30 AM, tuanphan said: Remove your code & use this code /* Text block padding */ .html-block { padding: 0px 50px !important; } My hero! Yes, this was it, thank you so much 😃 Link to comment
tuanphan Posted July 7, 2021 Share Posted July 7, 2021 On 6/19/2021 at 8:14 PM, queerterpreter said: My hero! Yes, this was it, thank you so much 😃 Need help with these? Site URL: https://www.queerterpreter.com/ 1. (Mobile – header) icon cut off on right. https://www.queerterpreter.com/suggested-reading 2. (Mobile – contact) Align center submit button https://www.queerterpreter.com/contact 3. (Mobile – contact) There is a white bar in the right of screen https://www.queerterpreter.com/contact 4. (Mobile-Header) People icon is closer on bottom. Add a space at bottom of this icon? 5. (Mobile-Header) People icon overlap close X icon 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
Create an account or sign in to comment
You need to be a member in order to leave a comment