Hello @loretb,
Thanks for writing to us.
I checked your site it seems that there is one extra paragraph tag is rendering on the home page. It might be the issue of plugin conflict or page content has been edited outside of the Cornerstone page builder. I would suggest you troubleshoot with a few of the common issues before we investigate your settings.
- Testing for Plugin Conflict
- CSS/JS Customization
- Version Compatibility
- Disabling Cache
If it doesn’t work for you, please share your details in a secure note. Please provide the following details
- WordPress Login URL
- Admin level username and password
You can find the Secure Note button at the bottom of your posts
OR
For the Quick Fix
.home .entry-content.content p:first-child {
margin: 0 !important;
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.
Hope it helps.
Thanks