Change padding around site header image, and around post titles
-
Hi there folks,
I’ve got my site wyldeandfree.com up and running with wordpress.com but I am a newbie to css and to www.remarpro.com and so am wondering whether anyone would be able to help me with the relevant bits of code for changing the following:
* Height of header image (I would like it to keep its proportions, so if I change the height it also changes the width)
* padding between site header image and grey line dividing site header from posts at the TOP of grey line
* padding between grey line and featured image BELOW grey line
* height and width of featured image (again, keep its proportions)
* space between featured image and post titleI have got the following which seem to be working:
* space between title and post:@media only screen and (min-width: 64.063em) {
.fullwidth-block {
padding-bottom: 60px;
/* space between title and paragraph */
}
}*space between top of screen and header image:
@media only screen and (min-width: 64.063em) {
#masthead {
padding: 80px 0;
}
}These would all just be for full screen view as I’m happy with how it displays on smaller screens.
Thanks so much!
Rachel
- The topic ‘Change padding around site header image, and around post titles’ is closed to new replies.