Home › Forums › WoodMart support forum › Header menu not scaling
Header menu not scaling
- This topic has 7 replies, 2 voices, and was last updated 1 week, 4 days ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 8, 2024 at 3:00 am #610638
cc-7620ParticipantOur site is still under development. I went to the dev site for the first time tonight and found that the header is not scaling properly to smaller screens. The rest of the site scales down correctly, but the header does not. Please see attached screenshot.
Attachments:
You must be logged in to view attached files.November 8, 2024 at 12:56 pm #610734
Aizaz Imtiaz AwanKeymasterHello,
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
November 8, 2024 at 3:26 pm #610799
cc-7620Participantsee private message
November 9, 2024 at 8:50 am #610961
Aizaz Imtiaz AwanKeymasterHello,
I had a look at your header setup, and it appears that the issue is due to the number of elements you’ve added to the header. This results in the menu not scaling properly due to the limited header width. To improve this, I recommend moving the menu to the bottom of the header.
Best Regards
November 9, 2024 at 3:51 pm #611051
cc-7620ParticipantOk I can make that work. But why is the bottom header overlapping with the hero image. Also how do I control the width of the search bar in the main header, its way to long now. I see in the settings I can control the height but not the width?
November 11, 2024 at 9:41 am #611166
Aizaz Imtiaz AwanKeymasterHello,
01. Navigate to WoodMart > Header Builder > Edit Current Header > Edit Header bottom and increase the header height.
02. Navigate to WoodMart > Header Builder > Edit Current Header > Configure search element and choose the search display.
Best Regards
November 11, 2024 at 6:18 pm #611380
cc-7620ParticipantFor the search bar, I have the style set to form. On the style tab I am able to control the height of the search input bar but I can not control the width. If I cant do this in the interface, where can I set this in the code?
Attachments:
You must be logged in to view attached files.November 12, 2024 at 10:16 am #611524
Aizaz Imtiaz AwanKeymasterHello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.whb-9x1ytaxq7aphtb3npidp .searchform { width:180px; } [class*="wd-header-search-form"] input[type='text'] { min-width: 110px !important; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register