Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello! Please see image. This is on my home page, and I am trying to being the images closer together. This is using "custom content" block, and using the 3 image options. Thank you!
Hi @relentlessrebel ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :
<style>
div#shopify-section-template--17166118060316__fa005c5c-61f5-4181-8e40-dde40f81fab0>div {
display: flex;
justify-content: center;
}
</style>
Hope my answer will help you.
Best regards,
Victor | PageFly