Site logo

[Support request] Blog and Blog post layout – cont.

Home Forums Support [Support request] Blog and Blog post layout – cont.

Home Forums Support Blog and Blog post layout – cont.

  • This topic has 5 replies, 3 voices, and was last updated 5 years ago by Ying.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1718166
    Pietro

    Hi there,

    I have still some little problem of tuning of my blog page and the post page.

    In the blog page I would like to modify the distance between 1st post summary and the head of the site
    In the post the same, in the specific I would like insert space between the picture and the head of the site.

    Last, I would like have a tittle of the blog page (i.e. “My Blog”).

    Is it possible to fix all of topics?
    What can I do?

    Many thanks in advance for your support.

    P

    #1718173
    Leo
    Staff
    Customer Support

    Hi Pietro,

    Let’s handle one issue at a time.

    In the blog page I would like to modify the distance between 1st post summary and the head of the site

    The space is coming from a page hero/header element:
    https://docs.generatepress.com/article/header-element-overview/

    Can you make sure the blog page is excluded in your page heros?

    Let me know 🙂

    #1718217
    Pietro

    That’s right!
    ok there was a “Blog header element”, I removed it.
    Now, in the blog page there is no space on top and I would like put some space.

    P

    #1718219
    Leo
    Staff
    Customer Support

    Sorry your site info is erased as you’ve marked the topic as resolved.

    ok there was a “Blog header element”, I removed it.

    Instead of removing that, can you retrieve it from Trash and add <h1>Blog</h1> to the content field?

    That should take care of this issue:

    Last, I would like have a tittle of the blog page (i.e. “My Blog”).

    #1718236
    Pietro

    It’s ok!
    Now I’m able to manage the space on top in the blog page.

    Now, the post page; similar solution (element page hero …)?

    #1718351
    Ying
    Staff
    Customer Support

    Hi Pietro,

    You could try this CSS to give single post a top margin:

    .single-post #content {
        margin-top: 80px;
    }

    Let me know 🙂

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