Archived topic
Modify space on Blog Post Page
3 replies · Started by Susan on August 29, 2018
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!!!
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 :)
Perfect!! Thank you SO much. Really appreciate the assistance.
No problem :)