How can I relocate the landing page button to the lower right side?

hey i would like to move the button on the landingpage from the middle to the down right side. I attached a screenshot below.

www.glückstoff.de

pw: GlückstoffausStoff21!

Hi @krsch711

Welcome to the Shopify community! and Thanks for your Good question.

  1. Go to Online Store->Themes->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.hero__btn {
    margin-top: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
1 Like

thank you for your help, worked perfectly!

1 Like