Text on image is too big in mobile version

Solved

Text on image is too big in mobile version

kindred-haus
Excursionist
19 0 6

Hi,

 

I like the size of my text on the desktop version but on mobile it is too big. I would like the font to be smaller & fit across the screen (without wrapping to next line).

 

https://kindred-haus.com/

PW: KHaus2023

 

Thank you!

Kaity

Screenshot 2023-12-27 at 9.04.13 PM.png

Screenshot 2023-12-27 at 9.04.46 PM.png

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
10140 2014 2075

This is an accepted solution.

Add this code in Custom CSS of that section to solve this issue.

 

@media (max-width: 749px) {
h2 { 
font-size: 28px !important;
padding-bottom: 12px !important;
}
}

 

- Helpful? Like and Accept solution! OR Buy me coffee ❤️
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
10140 2014 2075

This is an accepted solution.

Add this code in Custom CSS of that section to solve this issue.

 

@media (max-width: 749px) {
h2 { 
font-size: 28px !important;
padding-bottom: 12px !important;
}
}

 

- Helpful? Like and Accept solution! OR Buy me coffee ❤️
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

kindred-haus
Excursionist
19 0 6

Amazing, this worked! Thank you!

Dan-From-Ryviu
Shopify Partner
10140 2014 2075

Very welcome!

- Helpful? Like and Accept solution! OR Buy me coffee ❤️
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.