Changing the Size of featured category on Mobile

Changing the Size of featured category on Mobile

LianYing
Tourist
7 0 2

Hey,

I would like to size up the featured category because they are way to small on mobile.

Im using a custome Theme.

The picture should be bigger and the text smaller.

Below you can find a picture how it currently looks

Website: https://velocc.shop/collections/all

LianYing_0-1738325863706.png

 

Replies 3 (3)

goldi07
Navigator
376 41 67

Hello @LianYing 

1 Go to Online Store > Themes > Edit Code.
2 Open base.css (or theme.css in some versions).
3 Scroll to the bottom and paste the CSS above.
4 Save and refresh your store.

@media screen and (max-width: 768px) {
    .product-grid .card {
        width: 100% !important;
    }

    .product-grid .card__media img {
        width: 100% !important;
        height: auto !important;
    }

    .product-grid .card__content {
        font-size: 12px !important;
    }

    .product-grid .card__title {
        font-size: 14px !important;
    }
}

Thankyou 

Was I helpful?

Buy me a coffee


APPS BY US :

Professional Customer Accounts APP


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -Goldi184507@gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +919317950519
Checkout Some Free Sections Here
LianYing
Tourist
7 0 2

Hey unfortunately it doesnt change anything

LizHoang
Shopify Partner
1251 159 195

Hi LianYing

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

@media (max-width: 768px) {
.number-counter-icon {
    width: unset !important;
}

img.support-block-card__image {
    max-width: 128px !important;
    height: 115px !important;
}
}

 

Result: 

LizHoang_0-1738812514318.png

 

Best,
Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program