Hi,
how can i delete the right padding oft the last menu item so that it is in one line with the container content on the right side.
Right now it’s about 20px right from the container content.
Thank you for helping!
Hey Stefan,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi Luisgasser,
Best regards,
Victoria
thank you for looking. What i mean is that the english flag should be on the right edge in the same line with content text
Hi,
Sorry for the late reply, I believe these are lining up well with this css, but feel free to adjust the default padding is 13px. Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.av-language-switch-item.language_en a {
padding-right: 7px !important;
}
.av-language-switch-item.language_de a {
padding-left: 7px !important;
padding-right: 7px !important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike