• Resolved fcfthailand

    (@fcfthailand)


    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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 url(‘https://fonts.googleapis.com/css?family=Padauk&display=swap’);
    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

    (@fcfthailand)

    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.