Do you have a link? As I would need to see the HTML/CSS to figure this out.
Dont have a link yet…it is Mystique theme…
Sorry, I don’t use any 3rd party themes, so I’m not familiar with it. Perhaps someone else familiar with this theme would be better placed to answer it, though if you have modified the theme from the original people may not be able to find the problem unless there is a link to the code unfortunately.
Good luck.
This one for example is way smaller: http://www.edvervanzijnbed.nl/
On this guys website, if it’s similar to yours has the following code:
#site-title {
padding: 4em 0 3.6em 0;
}
And the fix:
#site-title {
padding: 4em 0 2.9em 0;
}
Thanks, but now comes the noobquestion: where do i change that in WordPress?
In the Mystique theme directory there should be a file called “style.css”. This change should go in there. Find the corresponding #site-title in there and change the margin value I indicated.
Make sure to take a copy of the style.css file, incase you need to revert the changes.
thanks will take a shot and let you know 🙂
seriously,i cant even find the right file i think…i founf 2. one in the map Mystique and one in Mystique extended. one is 400b big and one is 800bytes. Isn’t it core.css?
I’ve never used the Mystique theme I’m afraid, it’s partly why I can’t tell you exactly where it should go, as I don’t have a sample link.
Sorry I can’t help any further, all you may do is give it a go. If it doesn’t work at least you can rule out that file.
Good luck.
Har