Hi there,
I have scoured the forums and been unable to get the right solution. I want to change the layout of my page so that the images are side by side and centered instead of stacked: https://pinkgardens.co/pages/our-story
Have been stuck on this all day.
1 Like
This is PageFly - Free Landing Page Builder.
This is because of your theme has a tiny spacing, and the images can not be side by side
You can try this code to prevent this on this page only, you can add it in theme.liquid above the
{% if handle contains 'our-story' %}
{% endif %}
Hope this can help you solve the issue
Best regards,
PageFly
1 Like
@Discopacecat
can you please used custom template easy to and better look set that page
Thanks! I also want the pics centered and for them to have a little bit of space between them. Not really sure how to do that.
hi @Discopacecat you can replace the old code with this one, below the code you added
{% if handle contains 'our-story' %}
{% endif %}
Please change the ‘10px’ if you want more spacing. Thank you
1 Like