Title: Display problem
Last modified: April 21, 2023

---

# Display problem

 *  [admin0478](https://wordpress.org/support/users/admin0478/)
 * (@admin0478)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/display-problem-63/)
 * Hello, I have a problem with the display of the “Country” display when a customer
   is about to place an order (woocommerce).
 * The country is not displayed correctly inside the box.
 * I invite you to watch this by visiting the store and adding an item to the basket
   and then simulating an order.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdisplay-problem-63%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/display-problem-63/#post-16676142)
 * Hi [@admin0478](https://wordpress.org/support/users/admin0478/),
 * I am sorry for the trouble with the CSS.
 * To fix it, try adding this CSS code to **Appearance** > **Customize** > **Additional
   CSS** from dashboard.
 *     ```wp-block-code
       #billing_country_field .select2-container--default .select2-selection--single {
         height: 2em;
       }
   
       #billing_country_field .select2-container--default .select2-selection--single .select2-selection__rendered {
         margin-top: 0;
         line-height: 35px;
       }
       ```
   
 * Hope that helps.
 *  Thread Starter [admin0478](https://wordpress.org/support/users/admin0478/)
 * (@admin0478)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/display-problem-63/#post-16676481)
 * Thank you very much, this is a very good start.
 * The display has been corrected for the country in “billing details”, but not 
   in “ship to a different address”.
 * Thank you in advance for your future answer and thank you again for this first
   step 🙂
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/display-problem-63/#post-16686012)
 * Hi [@admin0478](https://wordpress.org/support/users/admin0478/),
 * I am sorry for the delay in response.
 * Try this CSS code:
 *     ```wp-block-code
       #billing_country_field .select2-container--default .select2-selection--single,
       #shipping_country_field .select2-container--default .select2-selection--single {
         height: 2em;
       }
   
       #billing_country_field .select2-container--default .select2-selection--single .select2-selection__rendered,
       #shipping_country_field .select2-container--default .select2-selection--single .select2-selection__rendered {
         margin-top: 0;
         line-height: 35px;
       }
       ```
   

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

The topic ‘Display problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.66/screenshot.png)
 * Sydney
 * [Support Threads](https://wordpress.org/support/theme/sydney/)
 * [Active Topics](https://wordpress.org/support/theme/sydney/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sydney/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sydney/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/display-problem-63/#post-16686012)
 * Status: not resolved