dreamscape Thank you for the test page! It's still possible! π
I've written some CSS for you which you need to add to your webpage. You can do that here: https://isorropia.uk/wp-admin/customize.php (The WordPress customizer).
This overwrites the position of the button and keeps the button in place from the middle of the page.
If you add the CSS and see the result, is this the place where you want the button?
.buttonizer {
top: 300px !important;
bottom: unset;
right: unset;
left: 100px !important;
}
.buttonizer a {
box-shadow: unset !important;
}
.buttonizer img {
max-width: none !important;
}
@media screen and (min-width: 1270px) {
.buttonizer {
left: calc(50% - 540px) !important;
}
}
Button only on the homepage
This one should be easy! This can be done through page rules.
If you go to the button and you see the 3 dots menu. If you click this you'll find 'Advanced settings'.
Advanced settings window
Then you see this page and need to click on 'Manage page rules'.
Setting up the page rule
Then this window appears. On the left you'll see a dropdown with filter types, make sure 'Page' is selected. Now, you'll be able to select the homepage. In the box next to it, select 'Home (frontpage, home)'.
Now close this window
If you close the page rules window, you'll get back to the 'Advanced settings'. There, select your page rule and make sure the option "Show button when rule is triggered" is selected in the dropdown that's pops up.
Now if you publish your changes, the button should only be visible on the home page.
That's it!
Let me know if this helps π