Hello everyone:
I created a menu:
Fullwidth Sup Menu
Center doesn’t work, on mobile it works
Can I do this in css
Friendly greetings
Franz
Hallo Franz,
Please try the following in Quick CSS under Enfold->General Styling:
ul.av-submenu-pos-center {
display: table;
margin: 0 auto;
}
LG,
Rikard
Hello
Thank you for your quick response
Doesn’t work on PC
Mobile it works great
Beautiful Greetings Franz
Hallo Franz,
Please try this instead:
ul.av-submenu-pos-center {
display: table;
margin: 0 auto !important;
}
LG,
Rikard
Thank you very much Rikard
Now it’s working great.
One more question:
Would it be possible on mobile
To make the letters larger and the line spacing smaller?
Beautiful greetings
Franz
(The support is nowhere as great as with you)
Hallo Franz,
Thank you for the kind words :-)
Please try this CSS as well:
@media only screen and (max-width: 767px) {
.av-submenu-container li {
padding: 5px 0;
}
.av-submenu-container .avia-menu-text {
font-size: 20px;
}
}
LG,
Rikard
Hi,
I’m not seeing a line distance issue. Can you screenshot?
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
#menu-eschen li{
padding-top:0px!important;
padding-bottom:0px!important;
}}
Best regards,
Jordan Shannon
Thank you very much
I was able to solve it myself
You can close this request
Beautiful Greetings Franz
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon