Re: How to make this to slidable??

Solved

How to make this to slidable??

Emiway
Pathfinder
219 0 44

I want this product description to be slidable in mobile view cause it is going out of the width

URL: https://a6b804-0a.myshopify.com/products/alpha-wire

Screenshot_2024-08-27-09-55-16-40_40deb401b9ffe8e1df2f1cc5ba480b12.jpg

Accepted Solutions (3)

Henry_dev
Shopify Partner
118 22 36

This is an accepted solution.

Hi @Emiway You can use this code: 

#shopify-section-template--15191599874120__custom_liquid_PNFHYB .section-blends {
overflow-x: auto;
}
If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
Feel free to

Email Me

---

Buy Me A Coffee

View solution in original post

BSSCommerce-B2B
Shopify Partner
1722 513 576

This is an accepted solution.

Hi @Emiway,

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

BSSCommerceB2B_0-1724733633472.png

Step 2. Find the file theme.css.

Step 3. Add this code to the end of file

 

.section.section-blends.section-full {
  overflow: scroll!important;
}

 

If it helps you, please like and mark it as the solution.

Best Regards

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

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hello @Emiway 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
   .section.section-blends.section-full {
        overflow: scroll;
   }
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]

View solution in original post

Replies 5 (5)

Henry_dev
Shopify Partner
118 22 36

This is an accepted solution.

Hi @Emiway You can use this code: 

#shopify-section-template--15191599874120__custom_liquid_PNFHYB .section-blends {
overflow-x: auto;
}
If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
Feel free to

Email Me

---

Buy Me A Coffee

BSSCommerce-B2B
Shopify Partner
1722 513 576

This is an accepted solution.

Hi @Emiway,

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

BSSCommerceB2B_0-1724733633472.png

Step 2. Find the file theme.css.

Step 3. Add this code to the end of file

 

.section.section-blends.section-full {
  overflow: scroll!important;
}

 

If it helps you, please like and mark it as the solution.

Best Regards

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

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hello @Emiway 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
   .section.section-blends.section-full {
        overflow: scroll;
   }
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]

topnewyork
Globetrotter
633 114 134

Hi @Emiway , hope you are doing well. Kindly use the below instructions and code.

 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
.section.section-blends.section-full {
  overflow: scroll!important;
}
</style>

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

Vinsinfo
Shopify Partner
426 143 142

@Emiway Please follow below steps to make the table as slidable.

 
1. From the Shopify admin, go to "Online Store" -> "Themes".
2. Click the "Customize" button for the current theme.
3. Navigate to the Product page.
4. Locate the custom Liquid section containing the table, then click on it.
5. Find the Custom CSS field and add the following code, as shown in the screenshot:

 

{
    overflow-x: auto;
}

 

Vinsinfo_1-1724741557775.png
 
Please let me know whether it is helpful for you.
 
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to [email protected] for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support