Home › Forums › All Other Themes › Space between heading sentences RESTRO
- This topic has 7 replies, 2 voices, and was last updated 8 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
April 11, 2016 at 2:15 pm #30089
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/
April 12, 2016 at 8:58 am #30151Hi 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,
BradApril 12, 2016 at 10:34 am #30176It 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;}April 12, 2016 at 10:45 am #30177Hi 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,
BradApril 12, 2016 at 10:48 am #30178That worked. Thanks.
What about for the main headline? http://www.salemdreamhomes.com/you-can-save-for-a-down-payment-faster-than-you-think/April 12, 2016 at 11:00 am #30179Kindly add this code in custom css box:
h1.entry-title, h1.page-title{line-height:40px !important;}
Regards,
BradApril 12, 2016 at 11:43 am #30185That 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;}
April 13, 2016 at 12:12 pm #30283Kindly add this code in custom css box:
.site-main h1.entry-title, h1.page-title{line-height:40px !important;}
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.