Product Page (Pay/hire) lmk

Solved

Product Page (Pay/hire) lmk

Ryan1998
Pathfinder
101 2 32

PLEASE SOMEONE HELP ME WITH THESE THINGS.  $$ WILL PAY/HIRE $$ LMK

url: https://errival.com/products/errival%E2%84%A2-mini-rubber-band-shotgun 

FIRST TWO IMAGES: (REMOVE PADDING) FIRST ONE MOBILE ONLY: SECOND ONE DESKTOP ONLY:

PHOTO-2024-08-09-18-28-09.jpgPHOTO-2024-08-09-18-28-09 2.jpg

NEXT TWO DESKTOP ONLY: REMOVE PADDING PUT IN LEFT CORNER OF SCREEN / REMOVE THUMBNAIL / ADD ARROWS IN BLUE / IGNORE DOTS /  SEE SECOND IMAGE FOR WHAT ID LIKE IT TO BE.

PHOTO-2024-08-09-18-34-53.jpgPHOTO-2024-08-09-18-34-53 2.jpg

 

NEXT TWO MOBILE ONLY/ REMOVE PADDING / MAKE IMAGE HEIGHT LONGER / ADD ARROWS / ADD SCROLLER DOTS // SEE SECOND IMAGE FOR HOW ID LIKE IT.

PHOTO-2024-08-09-18-38-48.jpgPHOTO-2024-08-09-18-38-48 2.jpg

Accepted Solution (1)

Moeed
Shopify Partner
4892 1292 1566

This is an accepted solution.

Hey @Ryan1998 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (min-width: 768px) {
.video-with-text.page-width.color-scheme-background-1 {
    margin-bottom: 0 !important;
}
}
@media screen and (max-width: 767px) {
.video-with-text.page-width.color-scheme-background-1 {
    margin-top: 0 !important;
}
}
</style>

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
4892 1292 1566

This is an accepted solution.

Hey @Ryan1998 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (min-width: 768px) {
.video-with-text.page-width.color-scheme-background-1 {
    margin-bottom: 0 !important;
}
}
@media screen and (max-width: 767px) {
.video-with-text.page-width.color-scheme-background-1 {
    margin-top: 0 !important;
}
}
</style>

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Ryan1998
Pathfinder
101 2 32

Thank you! Ill accept it as solution, just going give it more time see if anyone can do the others. Sent you a coffee👍

Ryan1998
Pathfinder
101 2 32

??

Screenshot 2024-08-09 at 20.38.53.png