Viewing 3 replies - 1 through 3 (of 3 total)
  • Looks like your theme is adding a (right) sidebar. Probably the easiest way is to hide the sidebar in CSS. Go to ‘Appearance > Customize > Additional CSS’ and add this:

    .wpfc_sermon-template-default .sidebar-primary {display:none;}
    .wpfc_sermon-template-default.full-width-content .content {margin-left:auto !important;}

    That should center the content and remove the sidebar.

    Thread Starter mattkodatt

    (@mattkodatt)

    Thanks for your help! That centered the whole block and removed the sidebar.

    How do I center the sermon image above the title of the sermon?

    Thanks again for your help!

    Ah, forgot about this guy:
    .wpfc-sermon-single-image{text-align:center}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sermon Image Not Centered’ is closed to new replies.