Title: shipping address layout
Last modified: July 28, 2021

---

# shipping address layout

 *  Resolved [erminiadev](https://wordpress.org/support/users/erminiadev/)
 * (@erminiadev)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/shipping-address-layout/)
 * Hi,
 * I have a layout problem with the shipping address and the line height. I was 
   able to change the line height of the billing address with the following css:
 * #addresses h2{
    line-height: 35px!important; }
 * but it did not change the line-height for the shipping address. I don’t know 
   how to find the selector to change it. How can I fix this?
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshipping-address-layout%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [ThemeHigh](https://wordpress.org/support/users/themehigh/)
 * (@themehigh)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/shipping-address-layout/#post-14714517)
 * Please try the below code in your child theme’s functions.php file.
 *     ```
       add_filter('woocommerce_email_styles', 'thwecmf_woocommerce_email_style_address');
   
       function thwecmf_woocommerce_email_style_address($styles){
       	$styles .= '#addresses h2{ line-height: 35px !important; }';
       	return $styles;
       }
       ```
   
 * We hope this helps.
 * Further, if you could provide us with the exact requirement(style and the place
   in which you needed it) then we can check further from our side.
 * Thank you!
 *  Thread Starter [erminiadev](https://wordpress.org/support/users/erminiadev/)
 * (@erminiadev)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/shipping-address-layout/#post-14718381)
 * Thank you, this worked!
    Have a nice day
 *  Plugin Author [ThemeHigh](https://wordpress.org/support/users/themehigh/)
 * (@themehigh)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/shipping-address-layout/#post-14718744)
 * Great!

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

The topic ‘shipping address layout’ is closed to new replies.

 * ![](https://ps.w.org/email-customizer-for-woocommerce/assets/icon-256x256.gif?
   rev=3478928)
 * [Email Customizer for WooCommerce | Drag and Drop Email Templates Builder](https://wordpress.org/plugins/email-customizer-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/email-customizer-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/email-customizer-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/email-customizer-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-customizer-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-customizer-for-woocommerce/reviews/)

## Tags

 * [address](https://wordpress.org/support/topic-tag/address/)
 * [display](https://wordpress.org/support/topic-tag/display/)
 * [layout](https://wordpress.org/support/topic-tag/layout/)
 * [shipping](https://wordpress.org/support/topic-tag/shipping/)

 * 3 replies
 * 2 participants
 * Last reply from: [ThemeHigh](https://wordpress.org/support/users/themehigh/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/shipping-address-layout/#post-14718744)
 * Status: resolved