What's your biggest current challenge? Have your say in Community Polls along the right column.

Image with text size

Image with text size

UncleGym
Excursionist
14 0 5

Hi all,

 

I need help with making the 'image with text' smaller. It looks fine on desktop but takes up far too much room on the home page on mobile. Any advice/code would be much appreciated!

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
9133 2180 2688

Hi @UncleGym 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
UncleGym
Excursionist
14 0 5

Oops, yes my bad. https://unclegym.co.uk/

Password - 12345

PageFly-Henry
Shopify Partner
1184 335 292

Hi @UncleGym 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

@media (max-width: 767px){

.image-with-text img {

    height: 350px !important;

}

.image-with-text__media-item {

    height: 350px !important;

}}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

UncleGym
Excursionist
14 0 5

Hi Henry, this did not work for me unfortunately. The size stayed the same on everything.

Thank you for your effort though!