Increase the space between multicolumn heading and multicolumn text.

StillWater22
Visitor
3 0 1

I want to add more space between the multicolumn heading and multicolumn text. I've added an image to give you a better idea of where I want to increase space. Any help would be appreciated.

 

 

Screenshot (21).png

Replies 2 (2)

NomtechSolution
Astronaut
1245 113 148

Try adding this code in css

/* Adjust the margin or padding as per your requirements */
.multicolumn-heading {
  margin-bottom: 20px;
}

.multicolumn-text {
  margin-top: 20px;
}
StillWater22
Visitor
3 0 1

Where should I add it?