Dear team,
I don’t know what I did, but suddenly the menu bar is wider than the content.
Could you please take a look, why this happens?
Thank you in advance.
Hey viktorijah,
Please check your settings under Enfold->Header->Header Behaviour->Let Logo And Menu Position Adapt To Browser Window.
Best regards,
Rikard
This ist activated. I tried to deactivate, but the Content is still left aligned with a white space to the right. It doesn’t fill the whole screen.
I found what I changed. The padding of 5% for the Masonry was it. I deactivated it and it is ok now.
#top, #all-posts .av-masonry-image-container {
background-position: unset;
background-size: contain;
background-repeat: no-repeat;
background-color: #FFFFFF;
/*padding-right: 5%;*/
}