Title: CSS needed to centre font.
Last modified: August 22, 2016

---

# CSS needed to centre font.

 *  Resolved [Jane Milburn](https://wordpress.org/support/users/jane-milburn/)
 * (@jane-milburn)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/css-needed-to-centre-font/)
 * I have a Twenty Fourteen child theme.
    [plinthart.com](http://www.plinthart.com)
   Page with problem; [http://www.plinthart.com/store](http://www.plinthart.com/store)
   I would like to centre the price(that is not the real price by the way!). I am
   using the iThemes Exchange plugin. I have not found the answer anywhere else.
   In Firebug I found some code that works in placing the price right or left but
   it will not work for centre?
 * #it-exchange-store .it-exchange-base-price {
    float: left; font-size: 1em; } 
   Any ideas please?

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

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/css-needed-to-centre-font/#post-5239273)
 * Add this CSS to the end of your custom CSS:
 *     ```
       #it-exchange-store .it-exchange-base-price {
           float:none;
           margin-right: auto;
           margin-left: auto;
           display: table;
       }
       ```
   
 *  Thread Starter [Jane Milburn](https://wordpress.org/support/users/jane-milburn/)
 * (@jane-milburn)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/css-needed-to-centre-font/#post-5239369)
 * Thank you so much it worked, this has been driving me mad for two days. Thank
   you.

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

The topic ‘CSS needed to centre font.’ is closed to new replies.

## Tags

 * [centre](https://wordpress.org/support/topic-tag/centre/)
 * [float](https://wordpress.org/support/topic-tag/float/)
 * [padding](https://wordpress.org/support/topic-tag/padding/)
 * [Twenty Fourteen](https://wordpress.org/support/topic-tag/twenty-fourteen/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jane Milburn](https://wordpress.org/support/users/jane-milburn/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/css-needed-to-centre-font/#post-5239369)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
