• shelbergs

    (@shelbergs)


    Hi

    I’m trying to change the Featured Image position from left (default) to center, but I can’t seem to located the right CSS style or anywhere in any PHP-file, where I can change it. Can anyone help?

    Thx.
    shelbergs

    • This topic was modified 3 years ago by Yui.
    • This topic was modified 3 years ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Vijay Hardaha

    (@vijayhardaha)

    If you’re talking about the background image on the page then you can add this CSS to make it center

    .startcontent {
        background-position: center center;
    }

    If you have to make changes only to a particular page then you can put this CSS in Visual composer page settings.
    If you need for all the images on website then you can add CSS in Customizer > Additional CSS

    Thread Starter shelbergs

    (@shelbergs)

    Great thanks.

    It was actually the image that you can insert as a background image under Settings. E.g. the white wave image beneath the top blue section on the page.

    Thx.
    shelbergs

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured image positioning’ is closed to new replies.