How can I right-align the 'Back in stock request form'?

Hi, How can I align the “Back in stock request form” (circled) to the right?

@CamieandMe ,

Welcome to Shopify Community!

Please share the store URL so I can help you with the solution.

Thanks

thank you!

https://camieandme.co.il/collections/טבעות/products/טבעת-גולייט-ספיר-ויהלומים?variant=41631734988995

Hello @CamieandMe ,

It’s the GemPages Support Team and we are glad to assist you today!

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

Hello @CamieandMe ,

Thank you for sharing the URL.

You can follow steps @GemPages added. If you don’t want to directly add code to the theme you can follow below steps:

  1. Click on the customization

  1. Select the Product page > Default Product

  1. Click on the theme settings > Custom CSS and add below CSS.

CSS :

#template-product .product__notify-form {
 margin-left: auto;
}

Output :

Thanks