Hello
I'm having trouble reducing the space above the header image.
I've made a child theme and changed site-title / site-description, but the change is having no effect.
Can anyone help?
http://www.reynoldsdiner.co.uk
Thanks!
Here's the Child theme:
/*
Theme Name: Twentyeleven Child
Theme URI: http://www.reynoldsdiner.co.uk/
Description: Reynolds Diner Child theme
Author: Steve
Template: twentyeleven
*/
@import url("../twentyeleven/style.css");
#site-title {
margin-right: 270px;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
}
#site-description {
color: #7a7a7a;
font-size: 14px;
margin: 0 270px 0 0;
}