Making the header fixed width
-
How do i make the content of header fix width at 1000px?
Hello,
Go to >> Dashboard >> Woodmart >> Header Builder >> Edit the Header >> Click Settings icon on the top left >> Check Header Full-width.
Best Regards.
thanks for the quick answer,
if i want to set the width of header to 1000px, how would i do it?
Hello,
Try to following custom CSS code in Theme Settings > Custom CSS:
.whb-header {
max-width: 1000px;
}
Customize the code as per your need.
Best Regards.