Thanks a lot!
I did just one thing:
before:
.no-js.no-sidebar #respond {
max-width: 660px;
max-width: 66rem;
margin-right: auto;
margin-left: auto;
}
after:
.no-js.no-sidebar #respond {
max-width: 100%;
margin-right: auto;
margin-left: auto;
}
And I don’t know how, but it’s working now 😉
Regards Bartek
Hi, Timothy,
Thats a little bit hard to understand for newbie 😉
Exactly, I mean about the space from the content to the edge of the container.
My website is not done yet, but there is some example post-site: http://www.bartekbasiuk.pl/bez-kategorii/hello-world/
and example site: http://www.bartekbasiuk.pl/o-mnie/
I’m thinking about something like below:
http://www.bartekbasiuk.pl/content-width.jpg
Regards
Bartek