Home / Forums / WoodMart support forum / Header Builder Design
Home › Forums › WoodMart support forum › Header Builder Design
Header Builder Design
- This topic has 37 replies, 2 voices, and was last updated 19 hours, 30 minutes ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
July 28, 2026 at 12:21 am #724383
ha21cnParticipantThe screenshot above is from HTML Blocks’ Footer Blocks.
July 28, 2026 at 9:09 am #724392Hello,
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
July 28, 2026 at 9:30 am #724398
ha21cnParticipantImage Gallery can only be set to a maximum of 6 columns. Is there any way to bypass this limitation?
July 28, 2026 at 12:19 pm #724410Hello,
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
August 4, 2026 at 2:11 pm #725146
ha21cnParticipantHowever, this code doesn’t seem to be able to solve the column count problem for both mobile phones and tablets.
August 4, 2026 at 3:36 pm #725167Hello,
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
August 7, 2026 at 2:37 am #725630
ha21cnParticipantWhy 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.August 7, 2026 at 12:33 pm #725702Hello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register