problem with box quantity

  • Posts: 5
  • Thank you received: 0
6 years 4 weeks ago #290029

-- url of the page with the problem -- : shop.petratoskefallonia.com

how can I increase the size of the box quantity

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
6 years 4 weeks ago #290031

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
6 years 4 weeks ago #290083

The problem continues and the button as you can see I can not put it in the middle while I set it



there is some other way to bring them to the middle and the quantity of the product to look better

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81484
  • Thank you received: 13062
  • MODERATOR
6 years 4 weeks ago #290106

Hi,

The issue comes from the padding added by the CSS of your template.
You can potentially increase the width of the input with such CSS:
input.hikashop_product_quantity_field {
width: 45px !important;
}
You can add it as explained here:
www.hikashop.com/support/documentation/1...ize-the-display.html

Also, regarding the centering, the issue is that you're using the "image and description" layout in your menu item instead of "image and title" and your thumbnail size is too big.
You can change that under the "product options" tab of your menu item in the Joomla menu manager.

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
6 years 3 weeks ago #290155

there is a way to put the button in the center of the box product?

Please Log in or Create an account to join the conversation.

  • Posts: 81484
  • Thank you received: 13062
  • MODERATOR
6 years 3 weeks ago #290164

Hi,

Sure. You can simply use such CSS on your website:
.hikashop_products_listing .hikashop_product_stock{
margin: auto;
width: 50%;
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.067 seconds
Powered by Kunena Forum