superjew Posted March 25, 2021 Posted March 25, 2021 Site URL: https://dreitz.com/contact Trying to move the 3 little social buttons from the footer to just below where it currently says reel/email while keeping everything else as-is...is this possible?
Beyondspace Posted March 25, 2021 Posted March 25, 2021 1 hour ago, superjew said: Site URL: https://dreitz.com/contact Trying to move the 3 little social buttons from the footer to just below where it currently says reel/email while keeping everything else as-is...is this possible? try .sqs-slide-wrapper[data-slide-type="cover-page"] .alignment-center .layer-front .sqs-slide-layer-content { display: flex; align-items: center; flex-wrap: wrap; align-content: center; } .sqs-slide-wrapper[data-slide-type="cover-page"] .sqs-slice-group.full-width, .sqs-slide-wrapper[data-slide-type="cover-page"] .sqs-slice-group.bottom-full-width{ position: static; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
superjew Posted March 25, 2021 Author Posted March 25, 2021 thanks! that didn't work in either of these two areas i tried to paste it into. did I do it wrong? I'm not fluent in custom css and very much appreciate your help.
superjew Posted March 25, 2021 Author Posted March 25, 2021 also is it possible for me to adjust vertically the placement of the social buttons if I want to try them a little higher or a little lower?
Beyondspace Posted March 26, 2021 Posted March 26, 2021 5 hours ago, superjew said: would changing the page's layout help? Place this into Cover page Code injection <style> .sqs-slide-wrapper[data-slide-type="cover-page"] .alignment-center .layer-front .sqs-slide-layer-content { display: flex; align-items: center; flex-wrap: wrap; align-content: center; } .sqs-slide-wrapper[data-slide-type="cover-page"] .sqs-slice-group.full-width, .sqs-slide-wrapper[data-slide-type="cover-page"] .sqs-slice-group.bottom-full-width{ position: static; } </style> BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
superjew Posted March 26, 2021 Author Posted March 26, 2021 thanks you! no change unfortunately. as I tried it now I just put that last code you gave me in the cover page code injection . didn't work, so I then also used the original code you sent as well and that cover page code injection and no change (fwiw I also have a custom css code in there I need to keep if there's a way to have 2 codes running in parallel, if it has to go in the custom css window). my template is in the farro family if that helps?
tuanphan Posted March 28, 2021 Posted March 28, 2021 On 3/26/2021 at 8:05 AM, superjew said: thanks you! no change unfortunately. as I tried it now I just put that last code you gave me in the cover page code injection . didn't work, so I then also used the original code you sent as well and that cover page code injection and no change (fwiw I also have a custom css code in there I need to keep if there's a way to have 2 codes running in parallel, if it has to go in the custom css window). my template is in the farro family if that helps? Have you solved it yet? 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!)
tuanphan Posted April 10, 2021 Posted April 10, 2021 On 3/29/2021 at 4:52 AM, superjew said: no solve as of yet! Hi. You want to move these up? 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.