I want to decrease the left space and the space between images
Hey @NOT1
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thanks it worked and how can i decrease the left padding ?
Hello @NOT1
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hey @NOT1
Try this updated code with the same steps
{% if template == 'product' %}
{% endif %}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @NOT1 ,
- Go to Online Store → Theme → Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
appreciate it
Hello @Moeed
I tried it and worked perfectly on Product Page, but damaged my featured products on main page.
Can you help me fix it?
www.diversusoficial.com
pass: diversusoficial
Hello @Moeed or anyone else, can somebody help me please?
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
www.diversusoficial.com
pass: diversusoficial
Hello @Tech_Coding
It did not work
Already found an answer.
If anyone experiencing the same issue, just use this code instead:
{% if template == 'product' %}
{% endif %}