Hi 🙂
You’ll need to experiment a bit. Let me know how it goes and what you need a hand with.
For mobile container left and right spacing, try:
@media (max-width: 1024px) {
.container {
padding: 0 10px;
}
}
That says, until 1024px resolution, do this rule and that rule is to make the container left right padding, 10px, the default is 25px.
For the second request, add:
.single .entry-header, .page .site-content > .entry-header, .blog .page-header, .archive .page-header, .search-results .page-header, .search-no-results .page-header, .error404 .page-header {
margin-bottom: 20px;
}
.site-content {
padding: 25px 0;
}
The first rule with multiple selectors is for below the page title.
The second rule is site content top and bottom.
All of this can be adjusted.
If you see two values instead of four, they’ve repeated. So usually it goes top, right, bottom left. Say 10px 0 10px 0, that means 10 top, zero right, 10 bottom, 0 left. If we just say 10px 0, it’s the same, 10 is for top and bottom and 0 is for left and right. Bit of a rushed explanation, hope it helps.
Thanks for your kind offer, please find a form here: https://purothemes.com/donate/.