Hello
I need to align the button under where it says “SHIFT” on this page:
Can you please help me with a quick css code?
Thank you!
Hey Nathan!
Add this to a codeblock element in the page content.
<style type = "text/css">
.avia-button {
transform: translate(-200px, 100px);
}
</style>
Regards,
Elliott
Thank you, yet it is still showing in front of the logo.
\Do I just adjust the px?
How do I know what direction it moves in?
Hey!
Increase the 100px to move it down.
You can increase the -200px (increasing like -230px) to keep moving it to the left.
Regards,
Elliott
thank you for the clarification and help