How to fix "the top of the first paragraph on the home page ends up under the graphic"

  • You can change these values in the CSS to fix this.

  • Click Editor under appearance. 

  • Scroll down and click StyleSheet that you see on the bottom right of the page.

  • The codes will them show us and then look for .introduction .content h3 {

  • Replace this whole block of text to the desired size that you want.

.introduction .content h3 {

color: #9c968b;

font-size: 18px;

width: 80%;

line-height: 28px;

margin-bottom: 40px;

Have more questions? Submit a request