This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Featured Image – Alignment Issues (Influence)

Resolved 5 replies themetheme-influence
Started · Latest reply by Andrew Misplon

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.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff

    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. Andrew Misplon Staff

    OR actually rather use this:

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

    Thanks

  3. 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. krano044

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

  5. Andrew Misplon Staff

    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.

Have a different question or issue?

Start New Thread