No logo custom css adjustments.

I have a custom no logo css :

#masthead > .container {
display: none;}

Works ok on the main page but on the other pages I miss the top of the right sidebar.
When I don’t use the css it shows ok

www.baguetfilip.be

Hi @causa,

I hope you are well today and thank you for your question.

You can also use the below custom CSS code to resolve the issue.

#content.site-content {
margin-top: 75px;
}

Best Regards,
Movin