CMS Development

damarley
Participant

Reduce white Space on blog post + Formatting and jump section issues

Hi All, I have three questions regarding this blog post I’m working on: https://www.aventri.com/blog/top-meeting-event-venues-in-the-united-states?hs_preview=hiddFPos-24022...

 

1. How can I can reduce the amount of white space in between the name of each venue, the location, and the paragraph that follows?

 

Screenshot 1.png

 

2. How can I change the color of bolded text? All bolded text change to red, is there a way I can manual change this?

 

Screenshot 2.png

 

3. I coded out jump section on this blog and it works great, however when I jump to a specific section the title gets cut off. Is there a way I can revise this so that the section title is visible? 

Screenshot 3.jpg

 

 

Thank you for your help in advance!

0 Upvotes
3 Replies 3
krishangtechn
Member

Reduce white Space on blog post + Formatting and jump section issues

@damarley 

Here's a solution for the same: You need to replace the below class in style.min.css with below

1. How can I reduce the amount of white space between the name of each venue, the location, and the paragraph that follows?
Answer:
a)  Please remove below style becuase it show location in minus 30 px left side 

.blog-post .content span p:first-of-type{
margin-left: -30px;          

margin-right: -30px; */

damarley
Participant

Reduce white Space on blog post + Formatting and jump section issues

Hi @krishangtechn thank you for your help. 

 

However, I'm still a little confused. 

 

What exact code do I need to remove/alter in order to mimiize the white space? 

 

If you can explain that in greater detail that would be greatly appreacited.

 

Thanks in advance! 

0 Upvotes
krishangtechn
Member

Reduce white Space on blog post + Formatting and jump section issues

@damarley 

 

Open style.min.css 

 
just find below class and in style.min.css simple and replace with below stylesheet that's it
 
Or
just apply the red color text in this particular class with copy and paste
 
.blog-post .content span p:first-of-type{
/* margin-left: -30px;          

margin-right: -30px; */

0 Upvotes