• The post title is very close to the header in mobile view. I want it a little down. How can I do that?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • hannah

    (@hannahritner)

    Hi,
    You can add some top padding with css like this:

    @media (max-width: 768px) {
    header.entry-header.post-title.title-align-left.title-tablet-align-inherit.title-mobile-align-inherit {
        padding-top: 40px;
    }
    }

    Hope that’s helpful!

    Best,
    Hannah

    Thread Starter adityathakur

    (@adityathakur)

    It worked. Thanks a lot for your help.
    I have another doubt. I want to rearrange the metadata in the title element of a single post.
    For example, I want the Last updated date before the Author’s name. How can I do that?

    hannah

    (@hannahritner)

    Hi,
    I’m not seeing the authors name in the single post meta info. Did you remove this?

    Kindly,
    Hannah

    Thread Starter adityathakur

    (@adityathakur)

    Yes, I have removed it.

    hannah

    (@hannahritner)

    There isn’t a built-in way to adjust this layout, sorry. You are welcome to submit a feature request! https://www.kadencewp.com/kadence-theme/feature-requests/

    Kindly,
    Hannah

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The post title is too close to the header’ is closed to new replies.