multicolumn circle images too big

multicolumn circle images too big

ecommfirst
Shopify Partner
41 0 9

Hi All, can the circle images in multicolumn be made smaller so that I can see 3 on mobile. Similar to Instagram stories. URL https://www.affluentarchives.co.uk/

Screenshot 2024-09-17 at 09.16.24.png

Replies 4 (4)

GTLOfficial
Shopify Partner
554 120 109

Hello @ecommfirst 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-multicolumn.css

.background-none .multicolumn-card-spacing {
padding: 0;
margin: 20px !important;
}

result
5.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh

Dan-From-Ryviu
Shopify Partner
9581 1926 1962

Please add this code to Custom CSS of this section 

@media (max-width: 749px) {
    .grid__item {
        width: calc(33% - var(--grid-mobile-horizontal-spacing) - 3rem) !important;
    }
}

Screenshot 2024-09-17 at 15.55.54.png

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

BSSCommerce-B2B
Shopify Partner
1739 524 584

@ecommfirst ,

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid

Step 3: Add this code before </body>

<style>@media (max-width: 768px) {
    .multicolumn-list li {
       width: calc(30% - var(--grid-mobile-horizontal-spacing) - 3rem)!important;
    }
}</style>

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Sangeetanahar
Explorer
541 36 69

hello @ecommfirst 

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->base.css...>.
add the code end of the file

@media screen and (max-width: 749px) {
    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, 
    .grid--peek .grid__item {
        width: calc(33% - var(--grid-mobile-horizontal-spacing) - 3rem) !important;
    }
}

result

AFFLUENT-ARCHIVES-PRE-LOVED-LUXURY-FASHION-–-affluentarchives.png

Buy me a Pizza


If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here