Theme Author
Tom
(@edge22)
Hi there,
Are you using the site title and tagline or an image?
Thread Starter
floo08
(@floo08)
I use an image
it-antwort.de <– This is the website
And I also want to reduce the space around the widget at the sidebar on the desktop. On media, it’s reduced but not on the desktop.
Thank you!
Theme Author
Tom
(@edge22)
Is it the header image you’re wanting to make smaller? Why not upload a smaller version?
For the widget spacing, try this CSS:
.sidebar .widget {
padding: 20px;
}
Thread Starter
floo08
(@floo08)
Thank you!
Another question: I want to align the featured image of a single site centered. Which css do i have to use ? Thanks man
Thread Starter
floo08
(@floo08)
And how can I reduce the space between the different boxes, like header, sidebar and so on ? With css please
Theme Author
Tom
(@edge22)
Thread Starter
floo08
(@floo08)
I mean the grey background which is between every container
Theme Author
Tom
(@edge22)
Try setting it to one container (Customize > Layout > Content Layout).