Shopify themes, liquid, logos, and UX
How can I move the image of the book so it is below the title and above the price and centre aligned?
Obviously I want to edit the default podcut page template css so it is the same for all my products.
Hey @StevenAllen1396
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Thanks for picking this up Moeed.
URL: https://quillford.com/products/from-couch-to-marathon-your-ultimate-guide-to-running-26-2-miles
I've just removed the password.
Hey @StevenAllen1396,
Could this be what you are looking for? Please let me know if you need more help.
I added some changes to make the content centered on the page. it looks now like this. Let me know if this is what you need by leaving a like or a reply or setting this reply as a solution. I will insert the CSS code below the picture.
the CSS code goes like this:
```const originalNode = document.querySelector('#GalleryViewer-template--22707358040387__main');
const cloneNode = originalNode.cloneNode(true);
const parentNode = document.querySelector('#ProductInfo-template--22707358040387__main');
parentNode.insertBefore(cloneNode,parentNode.children[2]);
originalNode.remove();
```
Hi thanks for this. I have copied your CSS code into the Custom CSS in the block editor and it doesn't appear to be working for me.
I would also like the title and descript text, and images not to be squashed into a narrow column of the page. But to take up around 75% of the page.
Discover 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, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025