woodmart extra menu list elementor
-
I used this module and modified it using the Elementor plugin. However, after adding the Extra menu list, which includes an image, all the displayed images, regardless of their pixel dimensions (150×150 pixels, original image, or other sizes), are extremely small. I need to resize these images.
Attachments:
You must be
logged in to view attached files.
Hello,
Using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global Custom CSS:
.elementor-widget-wd_extra_menu_list .wd-sub-menu > li > a > img,
.elementor-widget-wd_extra_menu_list .wd-sub-menu li a img {
max-height: 60px !important;
width: auto !important;
}
Best Regards,