REMOVE SLIDERS FROM POPUP

Solved

REMOVE SLIDERS FROM POPUP

Shahil1
Excursionist
79 0 10

Please help me to remove the marked sliders from my size guide popup. i want the size guide popu to be displayed without any padding issue or sliders in both pc and mobile. he mobile has slider below the table as well. please help me.

SILIDE.pngSIZE GUIDE.png

store - https://mbzt3gy93rhf9zaf-71576191201.shopifypreview.com

 

password - closed

Accepted Solution (1)

websensepro
Shopify Partner
1914 229 274

This is an accepted solution.

Hi @Shahil1 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

modal-dialog.product-popup-modal x-grid img {
    object-fit: contain;
    height: 69.5vh !important;
    width: auto !important;
    margin: auto !important;
    overflow: hidden !important;
}
modal-dialog .contents>x-grid>x-cell {
    padding: 0 !important;
}

 

Result:

websensepro_0-1734962283594.png

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

Replies 5 (5)

DaisyVo
Shopify Partner
4446 493 589

Hi @Shahil1 

 

I hope you are well. You can follow our instructions below:


Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there

 

Here is the code for Step 3:

 

 

modal-dialog.product-popup-modal x-grid img {
    height: 70vh !important;
    width: auto !important;
}

 

 

image (47).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

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

Avada SEO & Image Optimizer - The #1 SEO solution

websensepro
Shopify Partner
1914 229 274

This is an accepted solution.

Hi @Shahil1 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

modal-dialog.product-popup-modal x-grid img {
    object-fit: contain;
    height: 69.5vh !important;
    width: auto !important;
    margin: auto !important;
    overflow: hidden !important;
}
modal-dialog .contents>x-grid>x-cell {
    padding: 0 !important;
}

 

Result:

websensepro_0-1734962283594.png

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Shahil1
Excursionist
79 0 10

hi please help me remove these spaces from mobile .unnamed.jpg

websensepro
Shopify Partner
1914 229 274

Will you share the link with me again? Your link has expired.

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Shahil1
Excursionist
79 0 10