[Resolved] Modify space on Blog Post Page

Home Forums Support [Resolved] Modify space on Blog Post Page

Home Forums Support Modify space on Blog Post Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #663734
    Susan

    I would like to reduce the spacing/gap show on all my single post page(s). For example on my post “Basilica of Santa Maria …..”, I would like to reduce the spacing between the title and where the content words start (I thought you might…). I’ve modified the container spacing, etc., but I can’t seem to come up with the correct setting. I would like to reduce this spacing/gap consistently for all my single post views. Thanks in advance!!!

    #663770
    Leo
    Staff
    Customer Support

    Hi there,

    Try going into Addtional CSS in the customizer and remove this block of CSS:

    .single .entry-header::after,
    .page .entry-header::after{
        border-bottom: 1px solid #000;
        content: "";
        display: block;
        margin-bottom: 40px;
        padding-bottom: 40px;
        width: 2.5%;
    }

    Let me know if this helps ๐Ÿ™‚

    #663776
    Susan

    Perfect!! Thank you SO much. Really appreciate the assistance.

    #663839
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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