[Resolved] adjust main title up to fit…

Home Forums Support [Resolved] adjust main title up to fit…

Home Forums Support adjust main title up to fit…

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #53176
    Anders Kofoed

    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 πŸ™‚

    #53179
    Anders Kofoed

    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

    #53182
    Tom
    Lead Developer
    Lead Developer

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

    Can you link me to the site?

    #53193
    Anders Kofoed
    #53265
    Tom
    Lead Developer
    Lead Developer

    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 πŸ™‚

    #53393
    Anders Kofoed

    That did the trick! thanks! πŸ™‚

    #53621
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.