• Resolved mcarpenter2004

    (@mcarpenter2004)


    A few questions:

    1) Is there any way to make the sermon image larger and center it on the page when viewing the individual sermon page?

    2) The content is stretched across my whole page when I am in the individual sermon and when I load any sort filters (Basically, anytime it moves out of the shortcode view). Is there a way to restrict this to a certain percentage width of the page, like 75% or something like that? When I check the “alternative layout override”, the sort filters stop working.

    3) Can the sort filters be centered when in shortcode view?

    3) Last one…My sermon images show up in 16×9 aspect ration on mobile, but on desktop, they show up in a square format, cropping the image. Is there a way to always use 16×9 format for sermon images in the Shortcode Archive view?
    –> https://www.fbcob.org/sermon-podcast/

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m not a developer, but I might be able to help with some of your questions. You will need to add some custom CSS. I’m not familiar with your theme, but it looks like you have the opportunity to add custom CSS to your theme’s css/custom.css section.

    If you add this, it will center the sermon image and the sort filter. It also will shrink you pages to 1200px just like your other pages.

    .single-wpfc_sermon .content_wrapper,
    .tax-wpfc_preacher .content_wrapper,
    .post-type-archive-wpfc_sermon .content_wrapper {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    
    #wpfc_sermon_sorting { justify-content: center; }
    
    .wpfc-sermon-single-image { text-align: center; }

    Since I’m not familiar with your theme, I can only guess that the reason the sermon images are small is due to the theme. Not sure if you can change that.

    Hope this helps.

    Hi there,

    You would need to use custom CSS to edit the page to look the way you want. Unfortunately, we do not do those services, but you can do it yourself or hire someone else if you like, for example from https://jobs.wordpress.net/

    Mike has been super helpful, and has provided some of the code, which could help ??

    Thread Starter mcarpenter2004

    (@mcarpenter2004)

    @hikinmike Thank you so much for the help! It looks much better now.

    @nikolam I appreciate this plugin so much. Thanks for all your help so far too!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Individual Sermon View & Sermon Images’ is closed to new replies.