• Resolved maalamb

    (@maalamb)


    When the page is being viewed on Windows 10 on a monitor (All Browsers) the image just above the Sermon Details appears to be “Left Justified” rather than “Centered”.

    The “Theme” is the current version of the “Twenty Seventeen” theme

    The text below the image is “Centered” so the associated image should be also

    Not sure if it is a bug in the Style Sheet or is it something else?

    Any Thoughts

    Peter

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

Viewing 1 replies (of 1 total)
  • You’ll need to edit your theme. I suggest you create a child theme of the parent theme. If you don’t and just edit your theme’s style.css file, your changes will be lost when/if the developer makes an update. Once you’ve done that, add this to your style.css:

    `
    .wpfc-sermon-single-image{
    text-align: center;
    }
    `

Viewing 1 replies (of 1 total)
  • The topic ‘Image not Centered (Centred)’ is closed to new replies.