Quantity box width

  • Posts: 16
  • Thank you received: 1
6 years 3 months ago #286152

-- url of the page with the problem -- : authenticapets.com/tienda-perros/dog-food/dog-food
-- HikaShop version -- : 3.2.2
-- Joomla version -- : 3.8.3
-- PHP version -- : 5.6

I am struggling to increase the width of the quantity box. As you can see, you can hardly see the number, especially if it goes into double digits. tried all of the solutions posted on this forum and nothing works

Thanks

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

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
6 years 3 months ago #286157

Hi,

You can increase it by adding such CSS for example:
input.hikashop_product_quantity_field {
width: 60px !important;
}
But the problem is not really the width of the input field.
The problem is that your template adds a big padding on the input field.
You should add that CSS to make it look better:
input.hikashop_product_quantity_field {
padding: 0 !important;
text-align: center !important;
}

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

  • Posts: 1
  • Thank you received: 0
3 years 5 months ago #325267

Hi Having the same problem, where would you put the css code and into which file ?

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

  • Posts: 4519
  • Thank you received: 611
  • MODERATOR
3 years 5 months ago #325299

Hello,

Have a look on this tutorial to see how to add some custom css.
Hope this will help you to correct your issue.

Regards

Last edit: 3 years 5 months ago by Philip.

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

Time to create page: 0.070 seconds
Powered by Kunena Forum