Collection list smaller? To big on mobile

Collection list smaller? To big on mobile

OddityAsylum
Tourist
20 0 2

Hi all,

I am hoping to change my collections on my homepage to be smaller. On mobile they currently take up a whole page each, I would love to get 2 collections across instead of just one if possible, attached some pics for reference, using venture theme. URL: www.oddityasylum.com

 

IMG_7952.png

IMG_7953.jpeg

  

 

 

Replies 6 (6)

Hardik2903
Pathfinder
95 8 12

@OddityAsylum  Please provide with the Website URL.

OddityAsylum
Tourist
20 0 2

hi,

My URL is www.oddityasylum.com

Made4uo-Ribe
Shopify Partner
8172 1966 2403

Hi @OddityAsylum 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media only screen and (min-width: 400px) and (max-width: 749px) {
    .medium-up--one-third {
        width: 50%;
        height: 100%;
    }
    .medium-up--one-third .featured-card--contain {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 60vh !important;
        padding: 0 20px;
    }
}

 

And Save. 

Result:

Made4uoRibe_0-1726221958885.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
OddityAsylum
Tourist
20 0 2

Hi,

Thanks for the help! Unfortunately that didnt change anything. I placed it in the "Theme scss.liquid" file which was closest to the main css file you mentioned, but no changes. 

Made4uo-Ribe
Shopify Partner
8172 1966 2403

No, not liqud. On the asset folder add on the theme.scss.css. In the very last } on this file. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
OddityAsylum
Tourist
20 0 2

I do not have that file the closest I have is theme.scss.liquid. I do not have a file named theme.scss.css, I have none named base or style either. Closest I have to any of those is theme.scss.liquid In assets folder, Is there another file it could be?