How do I add more space between the paragraphs of the WordPress integration feature?
Use the code below to add extra space between the paragraphs in the WordPress integration feature:
1) Log into your App Manager and select your app.
2) Click Colors from the left-hand-side of the screen (or the middle of the screen).
3) Scroll down to the Advanced SCSS box. If there is already code in the box do not delete it! Simply add this code “below” the last character of code in the box.
/** Begin add space in wordpress paragraphs*/
.module-wordpress2.wordpress2-view p {
margin-bottom: 1.7em;
}
/** End add space in wordpress paragraphs*/
4) Click “Save”
Tip:To increase or decrease the space between the paragraphs, change “1.7”. Click here for detailed instructions on how to integrate your WordPress posts/pages into your app.