Dawn theme - Mobile View image problems

Dawn theme - Mobile View image problems

khurst
Visitor
1 0 1

My image is getting cut off in the mobile view. How do I expand it to fit the whole bubble?  https://bluphactor.myshopify.com/

 

mobile-view.jpg

Replies 2 (2)

Mustafa_Ali
Excursionist
327 24 53
@media screen and (max-width: 767px) {
.uk-card.uk-card-default.uk-overflow-hidden.uk-border-rounded.uk-box-shadow-no.uk-height-1-1 {
    height: 30rem !important;
 }
}

Mustufaali_0-1743359370407.png

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution

 

Dan-From-Ryviu
Shopify Partner
11541 2258 2443

Hi @khurst 

Please add this code to Custom CSS of that section to solve the issue on mobile.

@media (max-width: 749px) {
    .uk-card { height: 340px !important; }
}

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.