Button on different side to text in parallax header

Hi there
Wondering if it’s possible to have the button and text in my header on either side of the image in the middle.
I’ve moved the button and text to the left using

.shapely_home_parallax .align-transform {
left: -30%;
}

I’ve attached an image for reference, hopefully it’s possible

Hey there,
I hope you’re doing well today

Please send the URL for your website so I can look into generating the appropriate CSS for you.

Best Regards,
Support

Dardeck.com

Hi, link is Dardeck.com

Thank you for providing that information.

You can do this by using the following CSS:

/*float text right*/
.shapely_home_parallax .align-transform {
    float: right;
}

Please remove the CSS you used to push the text to the side.

.shapely_home_parallax .align-transform {
left: -30%;
}

Best Regards,
Support

Hi there,

It worked and I replaced the css, but I want to move JUST the button, and have the text on the right, and the button on the left.
Is this possible?
Thanks for your help

I’m sorry this isn’t possible without customizing the theme files.

Both elements are in the same div, accomplish this would require editing theme code, and more CSS.
Anything outside of this would mostly mess up the aesthetics of the site.
This level of customization also falls out the lines of support I can provide to you.

We apologize for this inconveniences.

Best Regards
Support.

all good, thanks for your help anyway

You’re welcome.

Let us know if there’s anything else we can assist you with.

Have a great night.

Best Regards,
Support.