feefee1 Posted April 18, 2021 Share Posted April 18, 2021 Site URL: https://daisy-tarpon-72er.squarespace.com/portfolio/new-build I'd like the home page of this site to include the header, body and footer on one screen whether the user is on a desktop (any size) or tablet (any size). How can I do this? Also, I am trying to left justify the footer text © 2021 Alexander Philip architect and right justify the menu text and perhaps add some small images in the middle. On desktop the text appears to be centred for some reason - perhaps just an inherited feature? Am I better to create three sections and then tell them to sit side by side? Any help would be appreciated... Thanks pw Help123 Link to comment
tuanphan Posted April 19, 2021 Share Posted April 19, 2021 Hi. Home page or new build page? 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
feefee1 Posted April 19, 2021 Author Share Posted April 19, 2021 @tuanphanHome page all on one screen regardless of size thanks. Link to comment
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 You will need to make all element very small.. here screenshot on my screen. If you still want to continue, we will give the code 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
feefee1 Posted April 21, 2021 Author Share Posted April 21, 2021 Thanks @tuanphan but it is ONLY the homepage (https://daisy-tarpon-72er.squarespace.com) that I want to have NO SCROLLING. See the image below for confirmation of which is the homepage ⤵️ Thanks Link to comment
tuanphan Posted April 23, 2021 Share Posted April 23, 2021 Add to Design > Custom CSS /* Homepage no scroll */ body.homepage article section:first-child { padding-top: 0 !important; } body.homepage { overflow: hidden; } 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
feefee1 Posted April 26, 2021 Author Share Posted April 26, 2021 OK thanks @tuanphan but I would also like to include the footer and tried your code plus: /* Homepage no scroll */ body.homepage article section:first-child { padding-top: 0 !important; } body.homepage { overflow: hidden; } footer.sections.homepage { display: block;} But didn't work - obviously, the footer reference is incorrect as your part of the code works... Any suggestions? Thanks again Link to comment
tuanphan Posted April 27, 2021 Share Posted April 27, 2021 22 hours ago, feefee1 said: OK thanks @tuanphan but I would also like to include the footer and tried your code plus: /* Homepage no scroll */ body.homepage article section:first-child { padding-top: 0 !important; } body.homepage { overflow: hidden; } footer.sections.homepage { display: block;} But didn't work - obviously, the footer reference is incorrect as your part of the code works... Any suggestions? Thanks again To achieve this, I think we need to make slideshow smaller or make header transparent. What do you think? 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