Category images not same size

ThemeBurn SupportForumsOpenCart ThemesBurnEngineCategory images not same size

This topic has been marked as resolved.

Hello,

I wanted to ask you. I have my images in the category pages not looking correctly. Some are smaller then the others even do all the sizes are set the same. Can you please help me with this so each image can look the same size on the category page.

For example please take a look at this page below.

https://www.mydressline.com/oc2302newtheme/jovani-1338391264

Thanks

Armen

February 22, 2018 at 11:35 pm #63635

Hi Armen,

We are sorry we were not able to help you in time. In fact our entire support service has been missing for the last 30 days due to company issues. For a very short period we’ve left without any staff to handle requests and it took us some time to resolve this problem. We’ve now managed to restore our service and support will be provided on a normal schedule.

About your problem: in order to have all product images to look the same all original images should be bigger than the thumbnail and have the same aspect ratio – OpenCart does not crop images by default. If we miss something please let us know.

BR,
ThemeBurn team

March 30, 2018 at 3:48 pm #63847

Hello,

No problem I understand. Thank you for writing back to me. Can you please help me with something else. Or will you require me to open a new ticket?

I am trying to move my add to cart button on product page including Add to Wish List
Compare this Product bellow add to cart button to the center or the Column in that row. Also make the edges of the add to cart button round and make the add to cart bit 20px longer with width.

1. Move to Center
2. Make edges round
3. make add to cart button longer by 20px width

Can you please tell me how I can do this?

Product page link is below, Can you please help me in doing this.

https://www.mydressline.com/oc2302newtheme/dresses/long-dresses/mon-cheri-mce11607

Thank you

Armen

April 11, 2018 at 2:05 am #63933

Hi Armen,

You will need this extra CSS:

.tb_cart_wrap .tb_purchase_button {
  width: 100%;
  max-width: none;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
}
.tb_cart_wrap .tb_purchase_button button {
  width: 300px;
  max-width: 100%;
  -webkit-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}
.tb_cart_wrap .tb_purchase_button,
.tb_cart_wrap .tb_actions
{
  -webkit-justify-content: center;
          justify-content: center;
}

BR,
ThemeBurn team

April 17, 2018 at 5:18 pm #63975

Hello,

Thank you for the help, it worked and it is centered.

can you please also tell me how I can make the edges of the Add to cart Button round?

The custom CSS did everything except it did not make the edges round, same way I have for the options box in the product page. Please take a look below

https://www.mydressline.com/oc2302newtheme/nicole-bakti-591

Thanks

Armen

April 18, 2018 at 12:08 am #63989

Hi Armen,

To have a rounded corner button you will need to use:

#button-cart {
  border-radius: 10px;
}

BR,
ThemeBurn team

April 24, 2018 at 11:58 pm #64073
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.