Hi Anders,
What a quick reply, wow, I will send it now , but will close it again at the end of the afternoon, it is still supposed to be hidden behind a maintenance screen for now until it is filled with my friends artworks.
I am a rookie with wordpress/css,php so don’t not be to harsh ??
anyways: website is https://www.petravannoort.com/
—
the additional css i used (don’t mind the dutch comments)
—
/* uitzetten comments */
#.comments { display: none; }
.featured-image img { display: block;
margin-left: auto;
margin-right: auto;
width: 50%;}
/* breedte instellen colummen front page */
//.blog #site-content > .section-inner { max-width: 2560px; }
/* afstand tussen header en titel post en tussen cat en featured image singular post, test maar eens om min-height te veranderen in 0; */
.page-header { min-height: 0; }
/* maximum featured image width */
.featured-image img { max-width: 800px; }
/* breedte tekst veld onder singular post, orgi 620px */ .entry-content.section-inner.thin { max-width: 800px; }
/* weghalen mets data zoals categorien */ .meta.bottom, .meta {
display: none;
}
/* Padding ruimte tussen top en webpage titel en tussen webpagetitel en titel post, het orgineel was 100px */
.site-header {
margin: 0 auto 0 auto;
max-width: 1240px;
padding: 25px 0;
}
—
Thanks for looking at it !.
Jonathan.