New Shopify Certification now available: Liquid Storefronts for Theme Developers

How to overlay button over image in "Image with text section" of Dawn theme

Solved
diganta_baishya
Visitor
3 0 0

What I have right now in the "Image with Text Section" of Dawn theme (v 9.0.0) is as below:

Current.jpg

 

 

What I need to have is as below:

Requirement.jpg

 

 

Is there a way to do this, adding some css code etc? Please help

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5673 1044 1071

This is an accepted solution.

Hi @diganta_baishya 

Please add this code in Custom CSS of that section 

@media (max-width: 767px) {
.banner__content { align-items: flex-end !important; min-height: 44rem !important; }
.banner__box { padding-bottom: 2rem !important; }
}

Screenshot_1.jpg

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 4 (4)
Dan-From-Ryviu
Shopify Partner
5673 1044 1071

Hi @diganta_baishya 

Please drop your store link so I can provide the code. 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

diganta_baishya
Visitor
3 0 0

Hi Dan, my store link is https://lokait.com

Dan-From-Ryviu
Shopify Partner
5673 1044 1071

This is an accepted solution.

Hi @diganta_baishya 

Please add this code in Custom CSS of that section 

@media (max-width: 767px) {
.banner__content { align-items: flex-end !important; min-height: 44rem !important; }
.banner__box { padding-bottom: 2rem !important; }
}

Screenshot_1.jpg

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

diganta_baishya
Visitor
3 0 0

hi, thanks this worked. However, adding some more info for the benefit of others who might be seeing this -> I added the above code snippet after changing the section type from "Image with Text" to type "Image Banner" .