Studio1984 Posted August 22, 2022 Share Posted August 22, 2022 Site URL: https://www.studio1984.co.nz/ Hi there I currently have the copy below the project images in the footer. Just wondering if anyone has code where I can add this copy in above the projects of the index page? Thanks Barry Link to comment
Beyondspace Posted August 22, 2022 Share Posted August 22, 2022 (edited) 2 hours ago, Studio1984 said: Site URL: https://www.studio1984.co.nz/ Hi there I currently have the copy below the project images in the footer. Just wondering if anyone has code where I can add this copy in above the projects of the index page? Thanks Barry Do you mean adding the content: "Studio 1984 ..." at the end of each project page? For example: https://www.studio1984.co.nz/te-mauri Edited August 22, 2022 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
tuanphan Posted August 25, 2022 Share Posted August 25, 2022 On 8/23/2022 at 4:04 AM, Studio1984 said: Site URL: https://www.studio1984.co.nz/ Hi there I currently have the copy below the project images in the footer. Just wondering if anyone has code where I can add this copy in above the projects of the index page? Thanks Barry Try adding this to Design > Custom CSS body.homepage main#page { position: relative; } div#collection-footer-5c71c6658165f58920c659f7 { position: absolute; top: 0; margin-top: 0; } body.homepage .main-content { padding-top: 200px; } @media screen and (max-width:640px) { div#collection-footer-5c71c6658165f58920c659f7 * { font-size: 19px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Studio1984 Posted August 25, 2022 Author Share Posted August 25, 2022 13 hours ago, tuanphan said: Try adding this to Design > Custom CSS body.homepage main#page { position: relative; } div#collection-footer-5c71c6658165f58920c659f7 { position: absolute; top: 0; margin-top: 0; } body.homepage .main-content { padding-top: 200px; } @media screen and (max-width:640px) { div#collection-footer-5c71c6658165f58920c659f7 * { font-size: 19px; } } That didnt work? Link to comment
Studio1984 Posted August 25, 2022 Author Share Posted August 25, 2022 That didnt work mate? Link to comment
tuanphan Posted August 28, 2022 Share Posted August 28, 2022 On 8/26/2022 at 4:48 AM, Studio1984 said: That didnt work mate? Add to Home > Design > Custom CSS. It looks liked you added to Code Injection Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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