We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Featured Product on Dawn Theme Home Page: Possible to format vertical placement of title?

Solved

Featured Product on Dawn Theme Home Page: Possible to format vertical placement of title?

Alex4242
Tourist
4 0 1

Hello! The standard format for featured products on Dawn Theme home page is for the title (and all content) to be vertically placed at the top in the content next to the featured product photo.

 

I'd love for the title (and all text content on featured product) to be vertically CENTERED next to the product photo, not up at the top of the content box. Anyone have any tips or ideas on how to achieve this? Th

 

featured.jpg

Accepted Solution (1)

oscprofessional
Shopify Partner
16407 2444 3196

This is an accepted solution.

Hello @Alex4242 

Follow the steps

Go to Online Store > Theme > Edit Code > base.css file 
Add the below code at the end of the file

@media screen and (min-width: 750px) {
.featured-product {
align-items: center;
}
}

Thanks

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

Replies 2 (2)

oscprofessional
Shopify Partner
16407 2444 3196

This is an accepted solution.

Hello @Alex4242 

Follow the steps

Go to Online Store > Theme > Edit Code > base.css file 
Add the below code at the end of the file

@media screen and (min-width: 750px) {
.featured-product {
align-items: center;
}
}

Thanks

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
Alex4242
Tourist
4 0 1

Thank you so much. WORKS PERFECTLY!! I really appreciate it.