Space between heading sentences RESTRO

Home Forums All Other Themes Space between heading sentences RESTRO

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #30089
    SusanSusan
    Member
    • Topics: 4
    • Replies: 5
    • Total: 9
    Member since: December 3, 2015

    The space between the heading sentences of my blog is too close together? How do I fix that? Here is a good example. It happens in the blog stories themselves and in the list of blog articles. http://www.salemdreamhomes.com/home-is-where-the-heart-is/

    #30151
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Susan,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .blog-post-repeat{clear:both; margin-bottom:90px;}
    h1, h2, h3, h4, h5, h6, section h1, .news h2, .testimonial-box h2, .team-col h3{line-height:40px;}

    Regards,
    Brad

    #30176
    SusanSusan
    Member
    • Topics: 4
    • Replies: 5
    • Total: 9
    Member since: December 3, 2015

    It didn’t change anything. Here is everything that is in that box right now.
    @media screen and (max-width:47.938em){
    .header { position:absolute;}
    .blog-post-repeat{clear:both; margin-bottom:90px;}
    h1, h2, h3, h4, h5, h6, section h1, .news h2, .testimonial-box h2, .team-col h3{line-height:40px;}

    #30177
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Susan,

    Replace it with this code:

    @media screen and (max-width:47.938em){
    .header { position:absolute;}
    }

    .blog-post-repeat{clear:both; margin-bottom:90px;}
    h1, h2, h3, h4, h5, h6, section h1, .news h2, .testimonial-box h2, .team-col h3{line-height:40px;}

    Regards,
    Brad

    #30178
    SusanSusan
    Member
    • Topics: 4
    • Replies: 5
    • Total: 9
    Member since: December 3, 2015

    That worked. Thanks.
    What about for the main headline? http://www.salemdreamhomes.com/you-can-save-for-a-down-payment-faster-than-you-think/

    #30179
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Kindly add this code in custom css box:

    h1.entry-title, h1.page-title{line-height:40px !important;}

    Regards,
    Brad

    #30185
    SusanSusan
    Member
    • Topics: 4
    • Replies: 5
    • Total: 9
    Member since: December 3, 2015

    That didn’t change the main headline space. This is what is in the box now.
    @media screen and (max-width:47.938em){
    .header { position:absolute;}
    }

    .blog-post-repeat{clear:both; margin-bottom:70px;}
    h1, h2, h3, h4, h5, h6, section h1, .news h2, .testimonial-box h2, .team-col h3{line-height:30px;}
    }

    h1.entry-title, h1.page-title{line-height:40px !important;}

    #30283
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Kindly add this code in custom css box:

    .site-main h1.entry-title, h1.page-title{line-height:40px !important;}

    Regards,
    Brad

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