LindsayMcconnell Posted May 26, 2021 Share Posted May 26, 2021 Hello! I am trying to center all of the buttons on my overlap image cards on mobile. I can't seem to find the coding snippet for this particular image design anywhere. Please help me if you can! With thanks, Lindsay Link to comment
tuanphan Posted May 26, 2021 Share Posted May 26, 2021 Hi. Can you share link to page in screenshot? We can help easier 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
LindsayMcconnell Posted May 26, 2021 Author Share Posted May 26, 2021 Hi- it's currently password protected while I'm working on it. Site is: https://labellenewsite.squarespace.com/ Password: labelle14 Thanks so very much! Link to comment
tuanphan Posted May 26, 2021 Share Posted May 26, 2021 3 hours ago, LindsayMcconnell said: Hi- it's currently password protected while I'm working on it. Site is: https://labellenewsite.squarespace.com/ Password: labelle14 Thanks so very much! Hi. Where is button in screenshot? I don't see it on homepage 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
LindsayMcconnell Posted June 2, 2021 Author Share Posted June 2, 2021 Hi Tuanphan- My apologies, this is on the About page of the site. Thank you! Lindsay Link to comment
tuanphan Posted June 3, 2021 Share Posted June 3, 2021 Try adding to Design > Custom CSS /* Mobile cart buttons */ @media screen and (max-width:767px) { .image-button.sqs-dynamic-text { text-align: center; } .image-card.sqs-dynamic-text-container { margin-left: auto; margin-right: auto; } } 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
LindsayMcconnell Posted June 3, 2021 Author Share Posted June 3, 2021 This worked wonderfully thank you so much! I have one other issue maybe you can help me with? On mobile, the banner video is much too tall. I was hoping to get the aspect ratio set so you can see the full width of the image like on desktop. Are you able to help me here? Thank you! Lindsay Link to comment
tuanphan Posted June 4, 2021 Share Posted June 4, 2021 20 hours ago, LindsayMcconnell said: This worked wonderfully thank you so much! I have one other issue maybe you can help me with? On mobile, the banner video is much too tall. I was hoping to get the aspect ratio set so you can see the full width of the image like on desktop. Are you able to help me here? Thank you! Lindsay Add to Design > Custom CSS > Save & reload your site. You can adjust number 40. /* Resize home mobile video */ @media screen and (max-width:767px) { [data-section-id="6092a7be6be2525e3b30eae9"] iframe { width: 100% !important; height: auto !important; left: 0 !important; } [data-section-id="6092a7be6be2525e3b30eae9"] { min-height: 40vh !important; } } Also, do you want to fix issue: button overlap nav? 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
LindsayMcconnell Posted June 4, 2021 Author Share Posted June 4, 2021 That would be amazing thank you!! I appreciate this help so much. Link to comment
LindsayMcconnell Posted June 4, 2021 Author Share Posted June 4, 2021 Hi again- Do you know if there's anyway to avoid the black bars showing up on the video on mobile? Thank you! Link to comment
tuanphan Posted June 5, 2021 Share Posted June 5, 2021 19 hours ago, LindsayMcconnell said: Hi again- Do you know if there's anyway to avoid the black bars showing up on the video on mobile? Thank you! try adjust number 40 to lower number then save & reload the site 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
LindsayMcconnell Posted June 6, 2021 Author Share Posted June 6, 2021 Thank you! You've been so helpful. Are you able to assist with the code to adjust the button overlap nav? Thank you! Link to comment
tuanphan Posted June 7, 2021 Share Posted June 7, 2021 14 hours ago, LindsayMcconnell said: Thank you! You've been so helpful. Are you able to assist with the code to adjust the button overlap nav? Thank you! You can add a Book Now item in Main Navigation, then we will give the code to turn it to button style. Thus, the overlap won't appear. 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
LindsayMcconnell Posted June 7, 2021 Author Share Posted June 7, 2021 Hello- I updated the nav to include the book now as a link instead of a button. Please let me know what coding I should use to convert it to a button. Thank you again! Lindsay Link to comment
tuanphan Posted June 8, 2021 Share Posted June 8, 2021 On 6/7/2021 at 8:33 PM, LindsayMcconnell said: Hello- I updated the nav to include the book now as a link instead of a button. Please let me know what coding I should use to convert it to a button. Thank you again! Lindsay Hi. Can you check site url? 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
LindsayMcconnell Posted June 8, 2021 Author Share Posted June 8, 2021 Hello- I had to publish the site- the new URL is labelle-artistry.com. Thank you! Link to comment
tuanphan Posted June 8, 2021 Share Posted June 8, 2021 16 minutes ago, LindsayMcconnell said: Hello- I had to publish the site- the new URL is labelle-artistry.com. Thank you! Add to Design > Custom CSS /* Mobile center text */ @media screen and (max-width:767px) { /* homepage */ div#block-7bcbdd64481de3c80b1d .image-title-wrapper { display: flex; justify-content: center; text-align: center !important; margin: 0 auto; width: 100% !important; } /* Location page */ div#page-section-6092fa99a94b2351eb1cf917 .image-title { text-align: center; } } 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
LindsayMcconnell Posted June 8, 2021 Author Share Posted June 8, 2021 Thank you! Worked perfectly - truly appreciate your support. Link to comment
LindsayMcconnell Posted June 8, 2021 Author Share Posted June 8, 2021 The only thing I could still use help on is making "BOOK NOW" on the header a button, and fixing any spacing issues once I do so. Whenever I've made changes it appears the logo is not centered properly. Are you able to assist me with this? Thank you! Lindsay Link to comment
tuanphan Posted June 10, 2021 Share Posted June 10, 2021 On 6/8/2021 at 10:57 PM, LindsayMcconnell said: The only thing I could still use help on is making "BOOK NOW" on the header a button, and fixing any spacing issues once I do so. Whenever I've made changes it appears the logo is not centered properly. Are you able to assist me with this? Thank you! Lindsay Add to Design > Custom CSS header#header [href="/book"] { background: #084d68; color: white; padding: 10px; } nav.header-nav-list { align-items: center; } Which spacing? Can you take a screenshot? I see logo centered here. Can you take a screenshot? 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
LindsayMcconnell Posted June 10, 2021 Author Share Posted June 10, 2021 Thanks this works perfectly! One question- my logo seems to be slightly off-center (less padding to the right) and I cannot figure out what I'm doing wrong here. Any idea? Should I just upload the logo with a little more padding added to the right? Thank you! Link to comment
tuanphan Posted June 11, 2021 Share Posted June 11, 2021 17 hours ago, LindsayMcconnell said: Thanks this works perfectly! One question- my logo seems to be slightly off-center (less padding to the right) and I cannot figure out what I'm doing wrong here. Any idea? Should I just upload the logo with a little more padding added to the right? Thank you! Find & Adjust this code .header-nav-item:nth-of-type(4) { margin-right: 350px !important; } 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