Home>Support>Featured Image – Alignment Issues (Influence)

Featured Image – Alignment Issues (Influence)

By krano044, 10 years ago. Last reply by Andrew Misplon, 10 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hello,

I am currently running SiteOrigin’s Influence theme in WordPress 4.1.

I cannot seem to center my “Featured Image.” When I access my site with the image, it is always left-aligned.

Any thoughts? Thanks!

URL: http://engineerer.com/2015/01/05/post-number-7/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi

    Thanks for reaching out.

    Please try the following in a Custom CSS plugin like Simple Custom CSS or Jetpack Custom CSS:

    /* Influence Center Featured Images */
    
    article.entry .post-thumbnail {
    text-align: center;
    }
    
    article.entry .post-thumbnail img {
    display: inline;
    }
    
  2. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    OR actually rather use this:

    /* Influence Center Featured Images */
    
    article.entry .post-thumbnail img {
    margin: 0 auto;
    }
    

    Thanks

  3. 10 years, 10 months ago krano044

    So I downloaded and activated Jetpack. I went into Edit CSS, and copied the code.

    What do I save the CSS as? And, how do I “activate” or “enable” this snippet of code.

    Thanks!

  4. 10 years, 10 months ago krano044

    Wow nevermind, Jetpack self activated and solved the solution. Thanks for the quick response Andrew!

  5. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad to hear that helped.

    All the best.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More