I want to change the design of the sticky menu.
-
Hello
The layout of the sticky menu is messed up.
So I want to change the design of the sticky menu.
What should I do?
Hello
The layout of the sticky header is messed up.
So I want to change the design of the sticky header.
What should I do?
Hello,
To change the sticky header layout you need to Go to Woodmart >> Header Builder >> Edit Header.
Then go to header settings >> Disable sticky header clone.
Screenshot for Clarification: https://ibb.co/cc78crC
Then you can set the part of the header you want to use as a sticky header from settings.
Screenshot for Clarification: https://ibb.co/BV2HnKB
Best Regards
In Sticky Head, the menu changes to 2 lines.
I want to fix this.
What should I do?
Attachments:
You must be
logged in to view attached files.
Hello,
This happens when you have menu items in the menu that are more than the actual width of the container.
Please try reducing the menu items then check back.
Best Regards
Of course, reducing the menu items would be ok, wouldn’t it?
Am I not stupid?
The menu items will not be reduced.
For example, is there no way to hide only the logo on Sticky?
Hello,
To hide the logo on the Sticky header try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.whb-sticked .site-logo {
display: none;
}
Best Regards