Dear Support Team
I am currently working on the website https://hotel-admiral.de/neu/
In the upper main menu, I have now added the flags for language selection. Since the menu items have a Padding of 17px (css: .av-main-nav> li> a {padding: 0 17px;}) and this is also desired, now the distance between the flags is very large.
I do not want this to be so and so that the paragraph between the flags on 5px is minimized (which distance you can see in the following screenshot:
https://hotel-admiral.de/neu/supportENFOLD/StausQuo.png)
How can I reduce this distance?
Many thanks for your help
Best regards Diana
Hey Diana,
Please try the following in Quick CSS under Enfold->General Styling:
.av-language-switch-item a {
padding-right:0 !important;
}
Best regards,
Rikard
Thank you!!! This works perfectly!
Best regards Diana