Remove padding left/right in header

Hi there,

I’d like my logo outlined all the way to the left, and the menu all the way to the right, like on amyporterfield.com . In my case (juliamenheere.com) it looks like I have padding that pushes my logo and menu more towards the center.

Can anyone help out?
Thanks,
Julia

Have you Beaver Themer add-on?

Hi Julia,

If you add the CSS below this should resolve the issue. Feel free to decrease/increase the padding. :slight_smile:

.fl-page-header .fl-page-header-container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}