Shopify themes, liquid, logos, and UX
I would like two pictures to be displayed side by side in the page content rather than one below the other on the desktop. The URL is https://thedeliciousdogfoodcompany.co.uk/pages/about-us
Can anyone help me with this?
Many Thanks
Hi @TDDFC
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
p:has(img) {
display: flex;
}
</style>
While checking on the issue for you, I've a suggestion that might help your page more professional and friendly to your customer
You can consider to add the CTAs button in the banner here, that's will help more easier to direct customer on the page you want.
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @TDDFC
You can place a table outside the image on the about us page to avoid modifying common properties and affecting other locations
Hi @TDDFC ,
You can edit Custom CSS,
table:not([class]) {
box-shadow: none;
}
table:not([class]) td,
table:not([class]) th {
border: 0;
}
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025