Hi @szecsenke,
The following CSS will do the trick for all the changes you asked:
.site-branding {
margin: 0;
}
.panel .panel-data {
max-width: 900px;
}
Just simply all this code to the Dashboard → Appearance → Customize → Additional CSS area and tell me how your page looks now.
Thats fantastic!
One little problem though. I’d want the change to happen to all the pages (they’re still limited in width)
I’d actually want to remove the paneling for the starting page (Kezdőlap) and have it look like all the other pages (but with max width 900px)
Is that possible?
Thanks in advance!
Hey,
I’m glad I could help you so far ^_^
Now, you could add this additional CSS to make the other pages content go wider, please?
.single-page.page-template-default .content-area {
min-width: 900px;
}
Thanks a ton for your help, you’re amazing!