HarryHeber75 Posted October 15 Posted October 15 Site URL: https://weyhe.website Hello I would like to know what code should I add in order to have the possibility to have my website name exactly as in the website https://weyhe.website I would like to have the possibility to test the height of my site title. I also would like to have the exact same result when scrolling keeping it fixed even when I scroll back As you can see it is present on all pages even on the product pages. mu website url is https://sapphire-leopard-yxtc.squarespace.com/config Hope to hear from someone soon and thank you for your help
Web_Solutions Posted October 16 Posted October 16 12 hours ago, HarryHeber75 said: Site URL: https://weyhe.website Hello I would like to know what code should I add in order to have the possibility to have my website name exactly as in the website https://weyhe.website I would like to have the possibility to test the height of my site title. I also would like to have the exact same result when scrolling keeping it fixed even when I scroll back As you can see it is present on all pages even on the product pages. mu website url is https://sapphire-leopard-yxtc.squarespace.com/config Hope to hear from someone soon and thank you for your help Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .header-display-desktop #site-title { position: fixed; top: auto; right: auto; left: 50%; bottom: 13vw; transform: translateX(-50%); z-index: 9999; } .header-display-mobile #site-title { position: fixed; top: 115vw; right: auto; left: 50%; transform: translateX(-50%); z-index: 9999; } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
HarryHeber75 Posted October 19 Author Posted October 19 Thank you so much. I am trying also to have an organisation of my home page such as this one on the picture side https://www.phoebephilo.com/en_gb/ it means that for example when I have 2 pictures next to each other on a desktop, on mobile it is still big pictures one after each other, not as here on my website where they are small ones side by side.? I am trying to organise my home page this way and have pictures redirecting to editorial or shopping pages. thank you.
Web_Solutions Posted October 20 Posted October 20 4 hours ago, HarryHeber75 said: Thank you so much. I am trying also to have an organisation of my home page such as this one on the picture side https://www.phoebephilo.com/en_gb/ it means that for example when I have 2 pictures next to each other on a desktop, on mobile it is still big pictures one after each other, not as here on my website where they are small ones side by side.? I am trying to organise my home page this way and have pictures redirecting to editorial or shopping pages. thank you. Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media (max-width: 767px) { [data-section-id="670c2a42a6e64a4406d4c6bc"] .gallery-grid-wrapper { grid-template-columns: repeat(~"1, 1fr") !important; } } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
HarryHeber75 Posted October 20 Author Posted October 20 Thank you so much again I will buy you coffees tomorrow for sure you can count on me and tou deserve it. I would like to know if you think it is possible to create a page like this one https://www.phoebephilo.com/en_gb/b-jan-jun-2025 using the Squarespace tools. I tried with gallery or portfolio but it does not seem to work exactly the same. Giving the possibility to click on each image and then see it bigger. And also to have the same design on mobile. Thank you
tuanphan Posted October 27 Posted October 27 On 10/20/2024 at 4:45 PM, HarryHeber75 said: Thank you so much again I will buy you coffees tomorrow for sure you can count on me and tou deserve it. I would like to know if you think it is possible to create a page like this one https://www.phoebephilo.com/en_gb/b-jan-jun-2025 using the Squarespace tools. I tried with gallery or portfolio but it does not seem to work exactly the same. Giving the possibility to click on each image and then see it bigger. And also to have the same design on mobile. Thank you You can try Gallery Section Grid to do this. You can enable Lightbox feature so when users click on each image in Gallery >> It will open Lightbox with bigger image. 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
Create an account or sign in to comment
You need to be a member in order to leave a comment