Hi All,
I need to reduce the space between header, product image and product gallery on mobile version:
The above spaces marked on red, how can I do it?
site: www.printiport.com
Thanks in advance.
Hi All,
I need to reduce the space between header, product image and product gallery on mobile version:
The above spaces marked on red, how can I do it?
site: www.printiport.com
Thanks in advance.
Hi @joaomenterprise ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Please follow these steps:
@media screen and (max-width: 749px) {
.grid--peek.slider--mobile {
margin: 0;
width: 100%;
}
}
@media screen and (max-width: 749px) {
.grid--peek.slider--mobile {
margin: 0;
width: 100%;
height: 100vw;
}
}
Please let me know if you have any concern.
Regards,
Vinh