Title: Showcase Image
Last modified: August 21, 2016

---

# Showcase Image

 *  Resolved [Ally Drez](https://wordpress.org/support/users/relp01/)
 * (@relp01)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/showcase-image/)
 * Hello,
 *  I just installed this theme, and I changed the showcase image but it is not 
   centered. I have spent an hour trying to find where the html code resides so 
   I could put a basic <center> image </center> with no prevail. I just want to 
   center the image, if you can direct me into the right direction I would greatly
   appreciate it.

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/showcase-image/#post-4062730)
 * I will have to look into this, but in the mean time, wrap the image in a div 
   container and add some inline styling like this:
 * `<div style="text-align: center;">your image here</div>`
 *  Thread Starter [Ally Drez](https://wordpress.org/support/users/relp01/)
 * (@relp01)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/showcase-image/#post-4062749)
 * Thank you for responding!
 * On what page in the editor section do I put this in? That has been my main issue,
   not knowing where to do the actual coding.
 *  [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/showcase-image/#post-4062754)
 * If you are using a text widget to load an image in the Showcase header position,
   then you would wrap your image with the code I shown previously. Or are you doing
   something different to show an image?
 * For the next update of this theme though, I will need to make a small change 
   so that images will always be centered there; something I missed obviously.
 *  [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/showcase-image/#post-4062758)
 * Actually, another method which might be better is to add an extra style to your
   theme’s style.css file:
 *     ```
       #showcase {
       text-align: center;
       }
       ```
   
 * Better to do this modification with a child theme so you don’t lose the custom
   style with theme updates; or if using the Jetpack plugin, you can use the css
   editor for that instead, otherwise this change could go in the theme’s style.
   css but make note on theme updates you will need to add that code again.
 * **the theme has a folder child-theme which has an installable child theme available.
 *  Thread Starter [Ally Drez](https://wordpress.org/support/users/relp01/)
 * (@relp01)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/showcase-image/#post-4062763)
 * Well, missing this little thing is just that “little”. I am in awe of your coding
   skills.
 * Within WordPress, I went into “customize” under appearance and I tried finding
   a place within “Header” under appearance, and I searched all the pages within
   the Editor option. I just could not find the actual code that has the image so
   I could center it.
 * However, I am up for using the Text Widget. Is that a plugin?
 *  Thread Starter [Ally Drez](https://wordpress.org/support/users/relp01/)
 * (@relp01)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/showcase-image/#post-4062786)
 * /* 07 Showcase Header and Banners
    ————————————————————– */ #showcase-wrapper,#
   banner-wrapper, #wpheader-wrapper { background: #bf7b7b url(‘images/scanlines2.
   png’) 0 0 repeat; border-bottom: 8px solid #d9dee1; } #showcase { max-width:1170px;
   margin: 1% auto; padding:1% 5%; background-color: #934e49; text-align: center;}#
   banner { max-width:1920px; margin:0 auto; } #wpheader { max-width: 1170px; margin:
   1% auto; padding: 0 2%; background-color: #934e49; }
 *  Thread Starter [Ally Drez](https://wordpress.org/support/users/relp01/)
 * (@relp01)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/showcase-image/#post-4062789)
 * YAY, that works by the way. Putting
    #showcase { text-align: center; }
 * THANK YOU
 *  [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/showcase-image/#post-4062830)
 * Glad that worked…cheers! I’m guessing everything is ok (resolved) then?
 *  Thread Starter [Ally Drez](https://wordpress.org/support/users/relp01/)
 * (@relp01)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/showcase-image/#post-4062832)
 * Yes’um. 🙂 I have now just been spending my day getting acquainted with the theme,
   and setting up my site. Thank you

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Showcase Image’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/encounters-lite/2.6.0/screenshot.
   png)
 * Encounters Lite
 * [Support Threads](https://wordpress.org/support/theme/encounters-lite/)
 * [Active Topics](https://wordpress.org/support/theme/encounters-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/encounters-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/encounters-lite/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [Ally Drez](https://wordpress.org/support/users/relp01/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/showcase-image/#post-4062832)
 * Status: resolved