A Shopify store owner using the Broadcast theme seeks to reduce the size of featured collection product images on mobile devices, wanting them to appear smaller and display two products side-by-side (similar to the BALR website example).
Initial Solution Attempt:
A CSS code snippet was provided to paste in theme.liquid above the </body> tag
The solution initially failed due to incorrect placement (below instead of above the closing body tag)
Even after correct placement, the code did not produce the desired effect
Working Solution:
The original poster discovered a CSS fix that successfully reduced mobile product image sizes:
I am struggling with the featured collection size of the mobile preview page. As you could see in the picture the slider on the mobile preview is huge. I would like it to be smaller does anyone know to get this done? The ideal solution would be something like the example of the balr website. Hereby it is smaller and there are 2 products next to each other. Does anyone know how to get this done with the broadcast theme?
Thanks for your reply for some reason it does not change at all. I have included the code in the theme editor. As you could see down below but the size still stays the same regardless of me changing the px value. See the pictures down below as reference
Hi Diego, I am facing the same issue and was wondering if you knew of a way to resolve this? I’ve tried everything with no solution. I appreciate your time.
Wow that did shrink it thank you so much!!! If I wanted to make it smaller on the desktop version as well would you happen to know the code for this? I’m sorry to ask but I’ve been at this for a while now and haven’t had any luck until now. I appreciate your time and knowledge. Thank you!
I’m currently experiencing the same problem may I know where I need to paste the code you provided in? I tried pasting it in theme.liquid but it didnt seem to work and what do you mean by below the css code?