blog name in header picture

  • Unknown's avatar

    Hi,

    Can you move down the white lr3blog down in my header picture so that it isn’t covering our faces? I like the title on there but would like to move it down if possible. Thank you!

    Lisa

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, I’m seeing your site title up in the header area above the image. Did you change themes?

  • Unknown's avatar

    Yes, I did change to the lovecraft theme and I am thinking that I like this one better. Thank you for your help!

    I have a question though..how come I can see the whole picture of us when I look at the link on my phone, and when I look at the picture of us on the computer, it is cropped half way. Is there a way to make it look the way when I pull it up on my phone the same as if it was viewed from a computer screen?

    Also, on my phone, I can’t see the blog comments.

    And lastly, I tried to take the about me page away, and I can still see it on the computer screen.

    Thank you!

    Lisa

  • Unknown's avatar

    Lisa, add the following to make the image on desktop/laptops taller. Originally the max-height was 400px.

    .header-image {
        max-height: 700px;
    }

    On the comments, I see the comments fine when I go to the single post page and scroll down to the bottom, such as on this post: https://lr3blog.com/2016/07/08/the-differences-between-china-and-korea/ .

    Are you by chance talking about the “2 Comments” link that shows on the main page under the title with the author and date? If so, that is hidden by design at 600px and narrower screens, but we can bring it back with the following CSS.

    @media screen and (max-width: 600px) {
    .entry-meta > span:nth-child(3) {
    display: inline-block;
    }
    }
  • The topic ‘blog name in header picture’ is closed to new replies.