Title: CSS formatting problem
Last modified: September 18, 2016

---

# CSS formatting problem

 *  [pauly24](https://wordpress.org/support/users/pauly24/)
 * (@pauly24)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/css-formatting-problem-2/)
 * I hooked a currency selector plugin into my heading through my child theme and
   removed the background of the select box, but I am having issues getting it lined
   up with the rest of my heading.
 * Can someone have a look for me?
 * The site is [http://lumiere24k.com/](http://lumiere24k.com/)
 * Thank you.

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

 *  [LebCit](https://wordpress.org/support/users/lebcit/)
 * (@lebcit)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/css-formatting-problem-2/#post-8195632)
 * Hello,
 * Quick fix
 *     ```
       .menu .currency {
           display: inline-grid;
       }
       ```
   
 * Hope this helps !
    SYA
 *  Thread Starter [pauly24](https://wordpress.org/support/users/pauly24/)
 * (@pauly24)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/css-formatting-problem-2/#post-8196463)
 * Hi,
 * Sorry this does not work.
 * I put it in my css with !important, you can see on the site it hasn’t changed.
 * There is another css which overrides it yet if I untick this in the debug and
   the inline-grid takes over it seems to break.
    -  This reply was modified 9 years, 8 months ago by [pauly24](https://wordpress.org/support/users/pauly24/).
 *  [ThemeSumo](https://wordpress.org/support/users/themesumo/)
 * (@themesumo)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/css-formatting-problem-2/#post-8206893)
 * I see you have it lined up within your menu, you can also add this small CSS 
   change to add some space to the menu item too:
 *     ```
       .wc-price-based-country {
       margin-right: 15px; 
       }
       ```
   
 * Hope this helps.

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

The topic ‘CSS formatting problem’ is closed to new replies.

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [ThemeSumo](https://wordpress.org/support/users/themesumo/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/css-formatting-problem-2/#post-8206893)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
