Hi does anyone know how I can remove the space between those two sections? For someone reason I can’t seem to modify it within the theme? Thank you for your help!
Store URL: https://servicedetable.com/?_ab=0&_fd=0&_sc=1&preview_theme_id=166100074824
A user seeks help removing unwanted vertical spacing between two sections on their Shopify store’s landing page, which cannot be adjusted through the theme settings.
Proposed Solutions:
Three community members offered CSS-based fixes:
</body> tag)Issue Remains Unresolved:
While all suggested solutions successfully removed the spacing, they introduced an unintended side effect: the image blocks became distorted or smaller than desired. The original poster confirmed this problem occurred with multiple approaches and is seeking a solution that removes the spacing while preserving the original image display.
Current Status: The discussion remains open with no working solution that addresses both requirements.
Hi does anyone know how I can remove the space between those two sections? For someone reason I can’t seem to modify it within the theme? Thank you for your help!
Store URL: https://servicedetable.com/?_ab=0&_fd=0&_sc=1&preview_theme_id=166100074824
Hey @INKLY
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 @INKLY
To complete your requests, please follow these steps:
grid {
grid-template: unset !important;
}
Here is the result: https://prnt.sc/VHZBd4tXiyWo
Hope this helps
Best,
Daisy
Hi @Moeed , Thank you for your answer. It did remove the space like I wanted but it also changed the image block (See screenshot). Do you know how to make it normal again?.
Hi @DaisyVo , Thank you for your answer. It did remove the space like I wanted but it also changed the image block (See screenshot). Do you know how to make it normal again?.
Hi @INKLY
Try this one.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @Made4uo-Ribe , Thank you for your reply, unfortunately it did not make the space dissapear it just made the images smaller. See screenshots :
Before yoru code:
After your code: