Header menu, less wide

Hi there,

How can I setup the menu/header like the picture? Menu bar is shorter, and it is 50% (vertically) over the slider.

Thank you!

Hi There,

Please add the my-bar class to your bar:

After that adding this custom CSS:

.home header.x-masthead {
    margin-bottom: -25px;
}
.my-bar {
    max-width: 80%;
    margin: 0 auto;
}

Hope it helps :slight_smile:

Thank you so much!

1 Like