Padding top after Wordpress 6 update

Hello

having updated Wordpress to version 6 recently, there are some irregular gaps between header and text at
https://swedesail.de/ and https://swedesail.de/en/home/.
Flag symbols are in a single row in engish version, miraculously not in the german one. You suggestions would be very welcome. Best

Hi @Erdmann2014,

Thanks for reaching out.
I have checked the German and the English version of the website and found that there are 6 menu items in the English version whereas in the German there are 7 menu items. That is why it breaks into the second line.

Hope it helps.
Thanks

Thank you Tristup,

what shall I do to adjust the missing pgap between header bar and text, i.e. in Blog post and other pages?

Hi @Erdmann2014,

If you reduce the letter-spacing value in the German version from 0.085em to 0, the menu items will be adjusted into a single line.

You need to add the following code only to the German version of your website.

.x-navbar .x-nav-wrap .x-nav > li > a
{
    letter-spacing:0 !important;
}

Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes which means we can’t fix it in case it conflicts with something on your site nor will we enhance it. Further customization should be directed to a third-party developer or you can avail One, where we answer the questions beyond normal theme support.

Thanks

I did not manage to determine the CSS dedicated to the german part of the website solely, so I added the suggested code to the CSS I am familiar with. Seems to work so far. Thanks for your quite appreciated help again.

Hey Zebra,

You’re welcome! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.