Home Forums WoodMart support forum Making the header fixed width

Making the header fixed width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #496508

    samskpun
    Participant

    How do i make the content of header fix width at 1000px?

    #496580

    Hello,

    Go to >> Dashboard >> Woodmart >> Header Builder >> Edit the Header >> Click Settings icon on the top left >> Check Header Full-width.

    Best Regards.

    #496820

    samskpun
    Participant

    thanks for the quick answer,

    if i want to set the width of header to 1000px, how would i do it?

    #496900

    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.

Viewing 4 posts - 1 through 4 (of 4 total)