How can I center an image and price on my home page?

Hey guys,

Can someone assist with the screenshot I have attached down below? I’d like to center the image and price under it.

Hello @hustlaz1

I don’t see the attached image, can you share the store link and password if you have one

Here’s the image. I’ll send logins in DM.

Hi @hustlaz1

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

I just sent you login info in DM.

Hi @hustlaz1

  • Is this the result you are looking for?

  • If yes, please follow these steps:
  • Step 1: Go to Online store => Themes => Edit code

  • Step 2: Find the file “base.css”, paste the CSS code below at the end and save the file:

/* start bss fix */
.slider-mobile-gutter #Slider-template--18267285979440__featured_collection {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-mobile-gutter .card-information {
    text-align: center;
}
/* end bss fix */
  • Step 3: Save your code and check the result.

We hope that it will work for you.

This works, cheers fellas! Huge thanks.

For some reason, it seems to be back to how it was. Only price and name of the product are centered now. Image is on the left. Can you re-assist..?

Hi @hustlaz1

We checked on your website and found that your problem seems to be solved. If you need any further assistance, feel free to let us know. We’re always to help you.