graycpa Posted May 19, 2023 Share Posted May 19, 2023 Is there a way to have our services overlap with the blue banner on our home page? I've attached two images from our site (the ones I want to overlap) and an example from a site that has something similar. Link to comment
tuanphan Posted May 22, 2023 Share Posted May 22, 2023 We need to use CSS code to do this. If you share link to your site, we can help easier 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
graycpa Posted May 22, 2023 Author Share Posted May 22, 2023 It is not a live website, I'm just beginning to build it. How do I get a link to send to you to look at it? Link to comment
tuanphan Posted May 25, 2023 Share Posted May 25, 2023 You can see this guide to know how to share url 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
graycpa Posted May 31, 2023 Author Share Posted May 31, 2023 https://kumquat-rabbit-8fnn.squarespace.com/ Password: Passion I have made some changes, so now I have the services listed across as a gallery of images. I would still love to have a code to get that to overlap with the section above Link to comment
tuanphan Posted June 2, 2023 Share Posted June 2, 2023 On 6/1/2023 at 3:28 AM, graycpa said: https://kumquat-rabbit-8fnn.squarespace.com/ Password: Passion I have made some changes, so now I have the services listed across as a gallery of images. I would still love to have a code to get that to overlap with the section above You mean this section? 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
graycpa Posted June 5, 2023 Author Share Posted June 5, 2023 Yes! If those images/buttons could be half over the blue banner that says our passion allows you to pursue yours. (I can make that blue banner bigger) Here is a site with an example of what I would like to accomplish: https://www.claconnect.com/en Link to comment
Solution tuanphan Posted June 8, 2023 Solution Share Posted June 8, 2023 On 6/5/2023 at 10:39 PM, graycpa said: Yes! If those images/buttons could be half over the blue banner that says our passion allows you to pursue yours. (I can make that blue banner bigger) Here is a site with an example of what I would like to accomplish: https://www.claconnect.com/en Add to Design > Custom CSS /* Overlap Section */ @media screen and (min-width:992px) { [data-section-id="646275ac26159f2e17ec2084"] .content-wrapper { padding-bottom: 150px !important; } [data-section-id="646275ac26159f2e17ec20b6"] .content-wrapper { padding-top: 150px !important; } [data-section-id="6476310dac4e1f45b1740784"] .content-wrapper { position: absolute; top: -111px; left: 0; width: 100%; z-index: 99999; } } 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
graycpa Posted June 8, 2023 Author Share Posted June 8, 2023 Thank you so much!!!! One more thing... Is it possible to have the blue color reach the bottom of the video and connect to the section below it? Again, like the website example I showed. Link to comment
graycpa Posted June 8, 2023 Author Share Posted June 8, 2023 Also - can I make the buttons smaller without increasing the space between them? If I increase the space they get smaller, but I want them to be closer together more centered Link to comment
tuanphan Posted June 11, 2023 Share Posted June 11, 2023 On 6/9/2023 at 1:19 AM, graycpa said: Thank you so much!!!! One more thing... Is it possible to have the blue color reach the bottom of the video and connect to the section below it? Again, like the website example I showed. #1. You mean this? #2. Which button are you referring to? 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
graycpa Posted June 11, 2023 Author Share Posted June 11, 2023 #1 - Yes! #2 - Not buttons, sorry. The gallery images which have our services. Link to comment
tuanphan Posted June 13, 2023 Share Posted June 13, 2023 On 6/12/2023 at 2:42 AM, graycpa said: #1 - Yes! #2 - Not buttons, sorry. The gallery images which have our services. #1. Adjust this number #2. Use this CSS body.homepage .gallery-reel { height: 30vh !important; } graycpa 1 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