Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #567459

    Hello
    I need to align the button under where it says “SHIFT” on this page:

    http://sfshift.com/

    Can you please help me with a quick css code?

    Thank you!

    #567537

    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

    #568064

    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?

    #568339

    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

    #568850

    thank you for the clarification and help

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Buuton Alignment’ is closed to new replies.