Visual issues with the theme
-
Hello,
We have two display issues with the theme.
I have attached some screenshots.
1. The quantity counter is positioned slightly too high, partially obscuring the price. It should not be displayed like this, but within the button’s own box.
2. In the basket, during the final step of the checkout process, it always appears as though there is only 1 unit of each product. Even if 2, 4 or any number of units have been added, it shows 1. However, the cost calculation is correct based on the actual number of items added to the basket.
Kind regards
Attachments:
You must be
logged in to view attached files.
Hello,
Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site, and then check the issue. I am sure your issue will be solved. Then activate the 3rd party plugins one by one and check which plugin is creating the issue for you.
Otherwise, if the issue still exists, then keep the 3rd party plugins deactivated and let me know, so I can check and give you a possible solution.
Best Regards
Hello,
I’ve disabled all plugins that weren’t essential.
The second issue regarding the display of the number of tyres in the basket was caused by a plugin.
The first issue I mentioned to you is still occurring. The box showing the number of units overlaps the price field, slightly obscuring the price.
Best regards
Hello,
Try to add this CSS in Theme Settings > Custom CSS:
.product-grid-item.wd-quantity-overlap div.quantity {
margin-bottom: 0px;
}
Best Regards