Home Forums WoodMart support forum Help with Centered Header Layout in Woodmart

Help with Centered Header Layout in Woodmart

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #675563

    sx
    Participant

    Hi,
    I’d like to create a header with the following layout:

    First row: left menu – centered logo – right menu (all items aligned on the same horizontal line and centered as a whole).
    Second row: the main navigation menu.
    I’ve tried to achieve this in Woodmart and got close, but I’m struggling to perfectly center the logo along with the left and right menus on the same row.

    My result in woodmart:
    https://snipboard.io/i0oQdw.jpg

    Could you please guide me on how to properly align these elements so the final result looks like this:
    https://snipboard.io/TyOwzt.jpg

    Thank you!

    #675595

    Hung Pham
    Keymaster

    Hi sx,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .whb-column.whb-col-center {
        justify-content: center;
    }

    Kind Regards,
    Hung PD

    #675804

    sx
    Participant

    Thanks!

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