Title: Centering Link images inline &#8230;
Last modified: August 22, 2016

---

# Centering Link images inline …

 *  Resolved [mrhugzzz](https://wordpress.org/support/users/mrhugzzz/)
 * (@mrhugzzz)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/centering-link-images-inline/)
 * I’ve modified the Twenty-thirteen theme to remove the navigation bar and instead
   use a series of images to navigate. I created a widget area for this and use 
   placed the images in this area. I’m having difficulty trying to get them to line
   up horizontally however. I’ve been looking all over for a solution but can’t 
   seem to figure it out …
    This is the site … [http://scentimentalcreations.com/blog](http://scentimentalcreations.com/blog)
   Any help would be appreciated.

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 8 months ago](https://wordpress.org/support/topic/centering-link-images-inline/#post-5296613)
 * If you’re not using a Child Theme, and if the theme doesn’t have a designated
   section of the dashboard for CSS modifications then install this Custom CSS Manager
   plugin [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
 * Then use its “CSS Code” [section of the dashboard](http://wordpress.org/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=704634)
   to hold your CSS modifications:
 * _Alternatively use your Child Theme style.css file to hold your CSS modifications:_
 *     ```
       .site-header {
           text-align: center;
       }
   
       #horiz-wid-line div {
           display: inline-block;
       }
       ```
   
 * I use Chrome’s developer tools to find this stuff out.
    Here’s a useful tutorial
   for Chrome’s dev tools to help find CSS: [https://dailypost.wordpress.com/2013/07/25/css-selectors/](https://dailypost.wordpress.com/2013/07/25/css-selectors/)
 * **Additional Chrome dev info:**
 *  * [http://developers.google.com/chrome-developer-tools/](http://developers.google.com/chrome-developer-tools/)
   *
   [https://developers.google.com/chrome-developer-tools/docs/dom-and-styles](https://developers.google.com/chrome-developer-tools/docs/dom-and-styles)
 *  Thread Starter [mrhugzzz](https://wordpress.org/support/users/mrhugzzz/)
 * (@mrhugzzz)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/centering-link-images-inline/#post-5296682)
 * Thanks Andrew! I use the developer tools as well and am self taught, but after
   an entire day of trying to figure this out (tried numerous things) I threw in
   the towel.
    I am using a child theme – have to for this kind of stuff – and had
   issues with my cache not clearing so I couldn’t see the changes I implemented.
   This worked brilliantly though, thank you very much!

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

The topic ‘Centering Link images inline …’ is closed to new replies.

## Tags

 * [images](https://wordpress.org/support/topic-tag/images/)

 * 2 replies
 * 2 participants
 * Last reply from: [mrhugzzz](https://wordpress.org/support/users/mrhugzzz/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/centering-link-images-inline/#post-5296682)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
