Hi, How can I align the “Back in stock request form” (circled) to the right?
Welcome to Shopify Community!
Please share the store URL so I can help you with the solution.
Thanks
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:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
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:
- Click on the customization
- Select the Product page > Default Product
- Click on the theme settings > Custom CSS and add below CSS.
CSS :
#template-product .product__notify-form {
margin-left: auto;
}
Output :
Thanks





