Need to get rid of empty space on Site

Solved

Need to get rid of empty space on Site

AtticusA001
Visitor
3 0 1

I am in Dawn theme. I modified my site so that in mobile view, the "image with text" section does not display the heading, text, or buttons. However, I am unfortunately left with a pretty big unwanted empty space. Looking for a way to fix this.

 

Screenshot 2024-05-19 at 1.35.00 AM.png

 

Thanks,

 

Atticus

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
9668 1936 1971

This is an accepted solution.

Hi @AtticusA001 

You can replace existing code in Custom CSS with this code. 

@media (max-width: 990px) {
.image-with-text__text-item {
display: none;
}
}

- Helpful? Like and Accept solution! Support me! 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 2 (2)

Dan-From-Ryviu
Shopify Partner
9668 1936 1971

This is an accepted solution.

Hi @AtticusA001 

You can replace existing code in Custom CSS with this code. 

@media (max-width: 990px) {
.image-with-text__text-item {
display: none;
}
}

- Helpful? Like and Accept solution! Support me! 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.

AtticusA001
Visitor
3 0 1

Worked perfectly!

 

Thank you!

 

Atticus