Product images aren't aligned on desktop and mobile with no footer to be found on product pages

Hey,

My images aren’t properly aligned on product pages for both desktop and mobile. I also can’t seem to find a footer for the custom theme that I’m currently used. I would appreciate some help! Thank you

https://5f38b6.myshopify.com/

Hey @57twenty

Your Store is password protected, please share the password as well.

Best Regards,

Moeed

Password is babyiris

Thank you

Hey @57twenty

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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

1 Like

Thank you so much! That was easy. Also is there a way to make my product background transparent through coding? I have saved it as transparent through Adobe Illustrator but it still shows up as a white background in the product collection page. I had no choice but to use a white background just for the product collection page.

Hey @57twenty

Keep the previous code and add this new code above in theme.liquid file

.collection-item {
    background: transparent !important;
}

RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

You’re too good at this! I appreciate it a lot. Last question, is it possible to add a footer since this custom theme doesn’t provide it? The option is missing as I tried to customise it.

Hey @57twenty

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. Also, to add the footer in your product page is not possible with CSS code and it requires some liquid coding. If you’re not familiar with coding then I highly suggest you to hire a Shopify developer who can help you out.

Best Regards,

Moeed

1 Like

Sorry, but there is a tiny gap if I were to scroll to the right beside the announcement bar. Is there a fix?