Title: Cannot Include Content or Margin Above Plugin
Last modified: July 30, 2019

---

# Cannot Include Content or Margin Above Plugin

 *  [ddenis9](https://wordpress.org/support/users/ddenis9/)
 * (@ddenis9)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-include-content-or-margin-above-plugin/)
 * Hey guys,
    I am trying to add a custom page title and some margin above the sermon
   audio page we have. Here is the link where the plugin is installed: [https://friendshipalliancemoultrie.org/resources/sermons](https://friendshipalliancemoultrie.org/resources/sermons)
 * You can see that it goes right up against the header. Compare this to other pages
   on the site where you see the custom page title I built. How can I accomplish
   this? Is it even possible? Here are a few other pages with custom titles:
    [https://friendshipalliancemoultrie.org/about-us/beliefs](https://friendshipalliancemoultrie.org/about-us/beliefs)
   [https://friendshipalliancemoultrie.org/about-us/valueandvalues](https://friendshipalliancemoultrie.org/about-us/valueandvalues)
 * Thanks!
    David
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcannot-include-content-or-margin-above-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/)
 * (@hikinmike)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-include-content-or-margin-above-plugin/#post-11783980)
 * I don’t see any sermons.
 *  Thread Starter [ddenis9](https://wordpress.org/support/users/ddenis9/)
 * (@ddenis9)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-include-content-or-margin-above-plugin/#post-11783993)
 * Yes, I know. Check out on other site. The idea is there is no margin between 
   the header and the plugin data listed.
 * [http://calvarybcmoultrie.com/resources/sermons/](http://calvarybcmoultrie.com/resources/sermons/)
 * This is the site for my own church. Same problem.
 *  [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/)
 * (@hikinmike)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-include-content-or-margin-above-plugin/#post-11784001)
 * Try adding this to your additional CSS section (Appearance > Customize):
 *     ```
       .wpfc-sermon-container {
         width: 1160px;
         margin: 1.5rem auto;
       }
       ```
   
 *  [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/)
 * (@hikinmike)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-include-content-or-margin-above-plugin/#post-11784007)
 * If you’re not familiar with CSS, here is an example referring to margins: [https://www.w3schools.com/css/css_margin.asp](https://www.w3schools.com/css/css_margin.asp)
 *  [thinkingcap5](https://wordpress.org/support/users/thinkingcap5/)
 * (@thinkingcap5)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-include-content-or-margin-above-plugin/#post-11784552)
 * Looking at the other pages, it would be more consistent to replace the suggested
   CSS and just have this:
 * .wpfc-sermon-container {
    padding: 6.5%; }
 * The suggested spacing looks too spacious on my monitor, so test to see what works
   best to achieve your expectation. Your left and right padding can also be set
   as specific pixels sizes, which you can control with media queries for various
   form functions, but that may not be necessary.
 * Hope that helps! 🙂
 *  [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/)
 * (@hikinmike)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-include-content-or-margin-above-plugin/#post-11786294)
 * [@thinkingcap5](https://wordpress.org/support/users/thinkingcap5/) – the other
   pages (at least the one I saw) uses a width of 1160px for the container. I might
   add `max-width: 100%` though.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Cannot Include Content or Margin Above Plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sermon-manager-for-wordpress_688896.
   svg)
 * [Sermon Manager](https://wordpress.org/plugins/sermon-manager-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sermon-manager-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-include-content-or-margin-above-plugin/#post-11786294)
 * Status: not resolved