Home Forums WoodMart support forum Header Builder Design

Header Builder Design

Viewing 8 posts - 31 through 38 (of 38 total)
  • Author
    Posts
  • #724383

    ha21cn
    Participant

    The screenshot above is from HTML Blocks’ Footer Blocks.

    #724392

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The Extra Menu List element doesn’t have a built-in option to change the icon/image size, so it defaults to 18×18px. If you’d like to use a different size, please do the following:

    Add a custom class custom-menu-icons to the Extra Menu List element (see example: https://monosnap.ai/file/oXZCNwAZAiyMail3jMKkw9f2JqaXex)

    Add this CSS in Theme Settings > Global Custom CSS:

    .custom-menu-icons {
    	--nav-img-height: 30px;
    }

    Change 30px to the size you prefer.

    Best Regards

    #724398

    ha21cn
    Participant

    Image Gallery can only be set to a maximum of 6 columns. Is there any way to bypass this limitation?

    #724410

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The Image Gallery element has a maximum limit of 6 columns by default. If you need more columns, it requires customization of the code. There is no built-in option to increase this limit from the theme settings.

    Try to use this custom css code in Theme Settings> Custom CSS and check how it works. This will only affect Image Gallery elements placed inside the footer.

    .wd-footer .wd-images-gallery .wd-grid-g {
        --wd-col-lg: 8 !important;
    }

    Hope this Helps!

    Best Regards

    #725146

    ha21cn
    Participant

    However, this code doesn’t seem to be able to solve the column count problem for both mobile phones and tablets.

    #725167

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The previous CSS code only targeted the Image Gallery elements inside the footer, so it will not affect Image Gallery elements placed in other sections.

    You can add the following CSS code in Theme Settings > Custom CSS > Custom CSS for Desktop:

    .wd-images-gallery .wd-grid-g {
        --wd-col-lg: 8 !important;
    }

    And for mobile devices, add the following code in Theme Settings > Custom CSS > Custom CSS for Mobile:

    .wd-images-gallery .wd-grid-g {
        --wd-col-sm: 4 !important;
    }

    Best Regard

    #725630

    ha21cn
    Participant

    Why does the estimated shipping time for the same order differ between the order details and the “Thank You” page?
    Also, I would like to know how to add a note stating that the estimated time does not equal the actual transit time, and that the specific timeframe is subject to the logistics company’s actual delivery schedule.

    #725702

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    If you do not mind, can you please create a new topic to avoid confusion?

    Actually, in this topic, all the issues are mixed up, and it is creating a mess in the topic. So please create a new topic and share the WP login details so will further investigate the issue on your site.

    Note: Please create new topics for each issue in the support system to avoid any confusion.

    Thanks for contacting us.

    Best Regards

Viewing 8 posts - 31 through 38 (of 38 total)