How can I increase the size of the icons in the left-hand menu?
-
Also, there’s another issue: on the homepage, the left-hand menu looks one way, but on the Shop page, the same menu looks different. What is causing this? I’d like it to look the same as it does on the homepage.
Hello,
01. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
/* increase icon size */
.wd-sticky-nav .wd-nav-sticky > li > a .wd-nav-img {
--nav-img-width: 40px !important; /* smaller icons */
--nav-img-height: 40px !important;
}
.wd-sticky-nav .wd-nav-sticky > li > a {
padding: 4px 8px !important;
}
02. Your issue has been resolved. Please check back your site and check the issue.
See Screenshot for clarification: https://postimg.cc/LJFm6CZG
Best Regards.
It works, but not completely. There’s still one issue: the product list is displayed vertically instead of horizontally, like it is on the homepage.
Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
Attached authorization data
And this on screenshot.
Could you please explain what the issue was and how I can fix it in the future if it happens again?
Hello,
Check each menu and disable Ajax loading for those that don’t have the HTML Block assigned and check the issue after completely clearing the cache.
Best Regard