• CindyOTSEO

    (@cindyotseo)


    I would prefer to display the sermon list page and the individual sermon pages at standard page width rather than full width stretched. The only thing I can find in the settings is an option revert to old sermon manager which doesn’t work with my theme. All aspects of the current sermon manager work – I would just like to override the full width setting. Is there a setting I’m missing, or can you provide code to override the full page width setting? Also, it appears when we switched from the Morgan Theme that we lost the ability to display a list of sermon series. Is there a way to obtain these features with regular sermon manager or are they only available on your Sermon Manager Pro?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • There is no setting, but you can add this to your Custom CSS Section:

    /**
    * Custom Sermon Manager CSS
    *****************************************/
    .wpfc-sermon-container {
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 15px;
    }
    
    .wpfc_sermon {margin: 0 auto 2em;}
    
    @media (min-width: 1200px) {
    
      .wpfc-sermon-container {width: 1170px;}
    
    }
    
    @media (min-width: 992px) {
    
      .wpfc-sermon-container {width: 970px;}
    
    }
    
    @media (min-width: 768px) {
    
      .wpfc-sermon-container {width: 750px;}
    
    }

    I don’t understand your second question. Are you just using a shortcode to display a list of sermon series? If so, can you post it here?

    Thread Starter CindyOTSEO

    (@cindyotseo)

    Thank you!! Worked perfectly. I appreciate the help.

    Glad it worked. Can you make this “Resolved”?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display Sermon Pages Standard Rather Than Full Width’ is closed to new replies.