Davidm1992 Posted February 10, 2021 Share Posted February 10, 2021 Site URL: https://www.mitzmarketing.ie/ Hi there, I'm looking to add a floating Call Button on my homepage. This button should be in a fixed position so when you scroll it remains in the same place. Please see attached image for reference. Please help. Thanks. Link to comment
tuanphan Posted February 14, 2021 Share Posted February 14, 2021 You can add an Image Block > Insert call image in Footer >> Then let me know. We can give the code to make it float like your request. Davidm1992 1 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
Davidm1992 Posted February 22, 2021 Author Share Posted February 22, 2021 @tuanphan I have just added an image block in my footer with the image. See image attached. What's next? Thanks so much. Link to comment
tuanphan Posted February 28, 2021 Share Posted February 28, 2021 On 2/23/2021 at 3:12 AM, Davidm1992 said: @tuanphan I have just added an image block in my footer with the image. See image attached. What's next? Thanks so much. Add to Design > Custom CSS /* Floating image */ div#block-yui_3_17_2_1_1614024261707_7922 { position: fixed; bottom: 20px; right: 20px; z-index: 999; width: 150px; } 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
Davidm1992 Posted March 1, 2021 Author Share Posted March 1, 2021 @tuanphan thank you!! Works perfectly. However, it appears off on the mobile version. Is there a way to put the image in the site header to the left of the drop down menu?? Thanks again for your help. Link to comment
tuanphan Posted March 6, 2021 Share Posted March 6, 2021 On 3/2/2021 at 3:31 AM, Davidm1992 said: @tuanphan thank you!! Works perfectly. However, it appears off on the mobile version. Is there a way to put the image in the site header to the left of the drop down menu?? Thanks again for your help. "However, it appears off on the mobile version. " Can you explain clearly? 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
Davidm1992 Posted March 9, 2021 Author Share Posted March 9, 2021 @tuanphan please see attached image. The call-now button looks out of place as it is overlapping text. It is possible to move the button to the header? So it is positioned to the left side of the drop-down menu on the right (two lines? Alternatively, is there a way to add the button as a fixed button underneath the header. So when I scroll down, the header would stay fixed (as it is now) and then the button would also be in a fixed position underneath the header. This would mean it would not be overlapping any text/images throughout the website. See what I mean in attachment two. My website is www.mitzmarketing.ie This would be so amazing if either of these are possible. Thank you so much for your help once again. Link to comment
Davidm1992 Posted March 18, 2021 Author Share Posted March 18, 2021 @tuanphan - Did you get a chance to see my previous reply? Thanks again. David. Link to comment
tuanphan Posted March 22, 2021 Share Posted March 22, 2021 On 3/19/2021 at 1:28 AM, Davidm1992 said: @tuanphan - Did you get a chance to see my previous reply? Thanks again. David. Add this code /* float img on mobile */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1614024261707_7922 { bottom: unset; top: 50px; right: 0px; } div#block-yui_3_17_2_1_1614024261707_7922 figure { margin-right: 0; } } 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