Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #547853

    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.

    #548120

    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

    #548131

    That didn’t work… the button is gone.

    #548455

    Hey!

    It shouldn’t be. Add it back in so we can check.

    Cheers!
    Elliott

    #548615

    Hi, URL is attached. The button should be shown on the first slide and it isn’t showing.

    #548653

    Hey!

    Please try using following code instead

    #top .avia-slideshow-button {
        position: fixed;
        bottom: 50px;
    }

    Cheers!
    Yigit

    #548882

    Added but the button still shows in the center of the image.

    #550111

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.