Hi there!
I made a custom css file and added this code to it:
body #sb-site {
position: initial;
max-width: 1200px;
margin: 0 auto;
!important;}
body #header {
left: 0;
!important;}
to make the site appear in a fixed width. It all works well, but now the navbar and its content is vanishing to the left and right side, when I open the website on bigger screens. Is it possible to give the navbar a fixed width, too?
And another question:
How can I hide the page title (logo title) in the navbar/header completely?
Additional information:
Theme: Antimatter
Website: www.the-dystopian.com
Thanks a million and keep up your awesome work!