How can i center align the product information to center of the page on dawn theme

How can i center align the product information to center of the page on dawn theme

Elay
Tourist
4 0 4

Hello,

How can i center align the product information to center of the page (and not top of the page) on dawn theme?

Thanks.

 

Elay_0-1723898351410.png

 

Replies 9 (9)

BSSCommerce-HDL
Shopify Partner
2075 734 921

Hi @ElayCan you kindly share your store link with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSS-TekLabs
Shopify Partner
2077 613 718

Hello @Elay 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Sangeetanahar
Excursionist
409 25 53

Hello @Elay 

can you please share your website URL.

 

Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here

Abdosamer
Shopify Partner
895 163 181

Hi @Elay , if you are using Dawn theme , go to base.css file and add the following code at the end of it :

@media (min-width:1000px){

.product__info-wrapper {
    display: grid;
    align-items: center;
}
}

 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Elay
Tourist
4 0 4

Thanks @Abdosamer but it's not working well, please see images attached:

Screenshot 2024-08-17 191155.pngScreenshot 2024-08-17 191212.png

Abdosamer
Shopify Partner
895 163 181

@Elay , can you share your store url , so I can better examine the problem?

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Elay
Tourist
4 0 4
Abdosamer
Shopify Partner
895 163 181

@Elay , Remove the previous code and add this instead :

@media (min-width:1000px){

.product__info-wrapper {
   margin-top:30rem; 
}
}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Elay
Tourist
4 0 4

Works better now, Thanks!