Site logo

Archived topic

adjust main title up to fit...

6 replies · Started by Anders Kofoed on December 9, 2014

Viewing posts 1–7 of 7

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 :-)

Weird, not sure what could be causing that second screenshot.

Can you link me to the site?

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 :)

This archived topic is closed to new replies.