https://gravitatestore.myshopify.com/
Greetings!
I am having issue regarding too much space among section on home page(pc version). This is looking very awkward.
Please help me. I would be very grateful to u.
Thanks and regards.
https://gravitatestore.myshopify.com/
Greetings!
I am having issue regarding too much space among section on home page(pc version). This is looking very awkward.
Please help me. I would be very grateful to u.
Thanks and regards.
Hey @siku841
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
Hi @siku841
You can reduce those space in Online Store > Themes > Edit code > Assets > theme.css or theme.css.liquid file, add this code to the bottom of your file
@media only screen and (min-width: 590px){
.index-section { margin: 20px 0 !important; }
}
Thank u soo much