Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1109102

    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

    #1109330

    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

    #1109401

    Hello
    Thank you for your quick response
    Doesn’t work on PC
    Mobile it works great

    Beautiful Greetings Franz

    #1109460

    Hallo Franz,

    Please try this instead:

    ul.av-submenu-pos-center {
        display: table;
        margin: 0 auto !important;
    }

    LG,
    Rikard

    #1109470

    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)

    #1109664

    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

    #1109756
    This reply has been marked as private.
    #1109781

    Hi,

    I’m not seeing a line distance issue. Can you screenshot?

    Best regards,
    Jordan Shannon

    #1109787
    This reply has been marked as private.
    #1109790

    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

    #1109795
    This reply has been marked as private.
    #1109797

    Thank you very much
    I was able to solve it myself
    You can close this request

    Beautiful Greetings Franz

    #1109982

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Menu Center’ is closed to new replies.