Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1027060
    belw
    Participant

    Hi folks

    I am refreshing our Church website with X, Renew stack, with the Church extensions and demo. This working really well. I really do enjoy the X theme!

    On this page http://ljbaptist.com.au/podcasts/ I am having a little difficulty getting the Sermon Browser (a plug in) to fit appropriately on the page. I cannot work out just where the padding or additional space is needed to get the Audio bar to drop down the page a little for each Sermon. I have kept this plug in as I haven’t yet got my head around the Sermon page from X. I am not sure it contains all the Sermon Browser functionality, but I do want to explore that.

    Can you provide any early assistance to see if I can get this page looking a little neater please?

    Cheers

    Wayne

    #1027512
    Rue Nel
    Moderator

    Hello Wayne,

    Thanks for writing in!

    To resolve your issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS or insert this code in your child theme’s style.css (if you are using a child theme)

    .site .sermon_file {
        clear: both;
        display: block;
    }
    
    .site .sermon_file .x-audio.player {
        height: auto !important;
        margin-bottom: 20px;
    }
    
    .site .sermon_file a {
        clear: both;
        display: block;
        padding-top: 20px;
    }

    Hope this helps.

    #1027974
    belw
    Participant

    Yay! Thank you so much Rue!

    Cheers

    Wayne

    #1028091
    Joao
    Moderator

    You are welcome.

    Let us know if you need help with anything else.

    Thanks

    Joao

  • <script> jQuery(function($){ $("#no-reply-1027060 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>