Hello and thanks in advance,
I'm using theme Twentyeleven with a child theme (which has been activated).
I wanted to reduce the amount of white space in the area above and below the site title.
I added this code to my child style sheet, style.css:
#site-title {
margin-right: 270px;
padding: 1.5em 0 0;
And nothing changed.
Then I went into the Twentyeleven style sheet (not the child)
found the code there,
then changed it from 3.65625em to 1.5em
Then it worked: the change appeared on my blog.
Am I right to assume that something is not working?
I should not need to change the TwentyEleven style sheet; I should be able to make this kind of change from my child theme style sheet.
How can I fix this?
Thanks again,
Zorba