Archived topic
adjust main title up to fit...
6 replies · Started by Anders Kofoed on December 9, 2014
I'm trying to tweak the text of main title to move up with the padding..
i have tried in the main css to change padding-top: 0px; for the .inside-header div, i can see it changes in the style when refreshing, but nothing happens like it gets overwritten by local index?
see the example: http://i61.tinypic.com/vqp7j8.jpg
I have also tried to do this with a child css with same result, so i tried the same in the main css.
hope you can help :-)
Edit: the example is how i want it to be.. this is how it is when i don't tweak the change in google editor http://i57.tinypic.com/208v97r.jpg
Weird, not sure what could be causing that second screenshot.
Can you link me to the site?
Sure, http://pandamail.dk
It looks like you may have added: height:60px to the .site-header element in the style.css file.
I suggest using a CSS plugin like this: https://wordpress.org/plugins/simple-css/
It's much better than editing the core stylesheet, which will be overwritten when you update the theme.
Once the height:60px; is removed from the .site-header element, your header should look right.
Let me know :)
That did the trick! thanks! :)
You're welcome :)