Title: Formatting Changes
Last modified: July 4, 2022

---

# Formatting Changes

 *  Resolved [fcfthailand](https://wordpress.org/support/users/fcfthailand/)
 * (@fcfthailand)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/formatting-changes/)
 * When I change the language on this page, it adds white space under the title 
   as if it’s adding more padding. Right now, all content on the page other than
   the title are inside of a wrapper and I’ve changed the default top padding of
   the wrapper. I think the translated page is reverting back to the default maybe?
   How do I force the translation to honor the original formatting of the English
   page?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fformatting-changes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Andrei](https://wordpress.org/support/users/andrei202/)
 * (@andrei202)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/formatting-changes/#post-15818793)
 * Hello there,
 * Thanks for reaching out to us!
 * We deeply apologize for the delayed response.
 * There has been a great load on our support team in the past few days, but such
   a long reply time is very uncommon.
 * You can do this using a bit of code. Go to Appearance –> Customize –> Additional
   CSS and add this code :
 * [@import](https://wordpress.org/support/users/import/) url(‘[https://fonts.googleapis.com/css?family=Padauk&display=swap&#8217](https://fonts.googleapis.com/css?family=Padauk&display=swap&#8217););
   
   body.translatepress-ro_RO{ font-family:example; padding:example; … } // Use your
   desired font and language code
 * You should be able to achieve this by using the same format as the default language.
 * Before doing this make sure that you do not have any unnecessary white spaces
   in the translation of this specific word.
 * Let me know if you have any further questions.
 * Regards
 *  Thread Starter [fcfthailand](https://wordpress.org/support/users/fcfthailand/)
 * (@fcfthailand)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/formatting-changes/#post-15818864)
 * Thank you for the reply. It still doesn’t seem to work for me. This is what I
   added to the “Additional CSS” section. Thanks.
 *     ```
       @import url(‘https://fonts.googleapis.com/css?family=Padauk&display=swap’);
       body.translatepress-ro_RO{
       font-family:Lato, sans-serif;
       padding:40px;
       …
       } //
       ```
   

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

The topic ‘Formatting Changes’ is closed to new replies.

 * ![](https://ps.w.org/translatepress-multilingual/assets/icon.svg?rev=3166541)
 * [TranslatePress - Translate Multilingual sites with AI Translation](https://wordpress.org/plugins/translatepress-multilingual/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/translatepress-multilingual/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/translatepress-multilingual/)
 * [Active Topics](https://wordpress.org/support/plugin/translatepress-multilingual/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/translatepress-multilingual/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/translatepress-multilingual/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [fcfthailand](https://wordpress.org/support/users/fcfthailand/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/formatting-changes/#post-15818864)
 * Status: resolved