Home Forums WoodMart support forum woodmart extra menu list elementor

woodmart extra menu list elementor

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #702325

    newweldtable.com
    Participant

    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.
    #702363

    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,

Viewing 2 posts - 1 through 2 (of 2 total)