Hi,
Please check page in PC area.
I followed the instructions here https://kriesi.at/documentation/enfold/menu/#toggle-id-145 to get a split menu with logo in the middle.
So far so good, however I see a difference in distance between the logo and menu on the left and the right.
How can I keep the distance to the logo of both menu’s exactly the same?
Hey badoes,
Please try this CSS as well:
@media only screen and (min-width: 768px) {
#avia-menu {
padding-left: 45px;
}
}
Best regards,
Rikard
Nice Rikard,
Any idea how to encrease the logo size 188px in this settings
As documentation CSS does not work here so it seems.
Again thank you
Hi,
Add this to quick css:
#header .logo img {
max-width: 188px!important;
}
Best regards,
Jordan Shannon