- Posts: 161
- Thank you received: 8
+ and - display
- Crashbandi
-
Topic Author
- Offline
Less
More
6 years 11 months ago #311911
by Crashbandi
+ and - display was created by Crashbandi
-- url of the page with the problem -- :
www.luxminime.com
-- HikaShop version -- : 4.2.1
-- Joomla version -- : 3.9.12
-- PHP version -- : 7.2.22
Hi,
Can you take a quick look at the attached screen-shots. I'm not sure how it has happened, but there is a problem with the layout of the + and - buttons in 003a. They used to look like 003.
Thanks.
Regards,
Colin.
-- HikaShop version -- : 4.2.1
-- Joomla version -- : 3.9.12
-- PHP version -- : 7.2.22
Hi,
Can you take a quick look at the attached screen-shots. I'm not sure how it has happened, but there is a problem with the layout of the + and - buttons in 003a. They used to look like 003.
Thanks.
Regards,
Colin.
Please Log in or Create an account to join the conversation.
6 years 11 months ago #311930
by nicolas
Replied by nicolas on topic + and - display
Hi,
This comes from the CSS:
which is likely added to the page by your template.
You can add such CSS to avoid that:
This comes from the CSS:
Code:
td {
padding: 10px;
}
You can add such CSS to avoid that:
Code:
#hikashop_product_quantity_main td{ padding: 0 !important; }
Please Log in or Create an account to join the conversation.
- Crashbandi
-
Topic Author
- Offline
Less
More
- Posts: 161
- Thank you received: 8
6 years 11 months ago #311942
by Crashbandi
Replied by Crashbandi on topic + and - display
That's great Nicolas. Thanks very much.
After months of work the site is now live and I an very pleased with it. I would just like to say thank you again for all your help and support.
Regards,
Colin.
After months of work the site is now live and I an very pleased with it. I would just like to say thank you again for all your help and support.
Regards,
Colin.
Please Log in or Create an account to join the conversation.
Time to create page: 0.161 seconds