Happening now | Shopify Community AMA: User Research with CXL | Ask your questions now!

Have 3 Column Section Stack On Mobile

Solved

Have 3 Column Section Stack On Mobile

Explore-Sherpa
Excursionist
37 0 12

I am trying to have a "text column with pictures" section stack on mobile, but stay the same on desktop. Currently on mobile, only the first column shows up. Any advice or custom CSS would be greatly appreciated.

 

I am using an influence theme

Link: https://www.exploresherpa.com/pages/our-processScreenshot 2024-08-01 125322.pngScreenshot 2024-08-01 125420.png 

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

Hi @Explore-Sherpa , 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

 

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

BSSCommerceB2B_0-1722537030375.png

 

Step 2: Search for the file theme.css. And add this code snippet to the end of the file.

@media screen and (max-width: 767px) {
  .relative.overflow-hidden ul {
    display: flex !important;
    flex-direction: column !important;
  }
}

In this step, you use this css script for mobile view.

Step 3: Save your code and reload this page.

=>> The result: 

BSSCommerceB2B_1-1722537335174.png

 

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir! 

 

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

View solution in original post

Reply 1 (1)

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

Hi @Explore-Sherpa , 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

 

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

BSSCommerceB2B_0-1722537030375.png

 

Step 2: Search for the file theme.css. And add this code snippet to the end of the file.

@media screen and (max-width: 767px) {
  .relative.overflow-hidden ul {
    display: flex !important;
    flex-direction: column !important;
  }
}

In this step, you use this css script for mobile view.

Step 3: Save your code and reload this page.

=>> The result: 

BSSCommerceB2B_1-1722537335174.png

 

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir! 

 

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