Hi, how can I move the button so it will show on the bottom center instead of how it shows now – http://screencast.com/t/zrPdWjNfRNI
I would like the change to be made only to this specific page.
Thanks.
Hi DROR!
Try adding this to a codeblock element in the page.
<style type = "text/css">
#top .avia-slideshow-button { margin-top: 50% !important; }
</style>
Regards,
Elliott
That didn’t work… the button is gone.
Hey!
It shouldn’t be. Add it back in so we can check.
Cheers!
Elliott
Hi, URL is attached. The button should be shown on the first slide and it isn’t showing.
Hey!
Please try using following code instead
#top .avia-slideshow-button {
position: fixed;
bottom: 50px;
}
Cheers!
Yigit
Added but the button still shows in the center of the image.
Hey!
You probably have a typo somewhere in your other CSS. Add the code to the very top of the Quick CSS field.
Best regards,
Elliott