• Resolved per61

    (@per61)


    Hi,

    Is it possible to move the button on the terra slider?

    Currently it is only possible to do left/center/right, but due to some images the button needs to be towards the bottom center and not in the middle center.

    Is there some CSS to add in to adjust this? E.g. Margin or something else

    Many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author terrathemes

    (@terrathemes)

    Hi,

    sorry for the late response, it’s possible with CSS like this for both buttons:

    .parallax-text .header-cta-buttons {
    	margin-top: 50px;
    }

    50px is the default, so you would have to use higher values.

    If you want to adress only one of the buttons you can use these classes:

    .header-cta-one {
    	margin-top: 150px !important;
    }
    .header-cta-two {
    	margin-top: 250px !important;
    }

    Let me know if this works for you.

    Thread Starter per61

    (@per61)

    Worked perfectly! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Terra Slider’ is closed to new replies.