Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1486160

    Dear Kriesi team,
    I have two questions:
    1. how can I change the font size and line spacing on the “Menu links page overlay” – the maximum font size is 120 px, the minimum line spacing is 0.7em; I would like to be able to vary the sizes individually.

    2. I have a modified lightbox: it is modified so that I can display websites there. I want to keep it that way. I just want the lightbox to be fixed and not scroll when the content is scrolled inside.

    Can you please help me with this, do you have any ideas on how I can do this?

    I have included a private link to my website below!

    Best regards

    #1486272

    Hey luleloki,

    Sorry for the late reply.

    1. You would have to target each element using custom CSS. If you need help with that then please try to explain your intentions a bit further.

    2. I’m not sure if that is possible, but this is general web development problem and not something theme specific. You might have better luck simply searching for it online, or ask the question on a general web development forum instead.

    Best regards,
    Rikard

    #1486321
    This reply has been marked as private.
    #1486345

    Hi,
    If you want the font to be 200px and the menu items closer and to the left, try this CSS in your <strong style=’color:#000′>Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #av-burger-menu-ul {
        text-align: left;
        padding-left: 20px !important;
    }
    .html_av-overlay-full #av-burger-menu-ul li {
    padding: 10px;
    }
    #top #wrap_all #av-burger-menu-ul li {
        font-size: 200px;
    }

    After applying the css, please clear your browser cache and check.
    Screen Shot 2025 07 05 at 8.07.00 AM

    Best regards,
    Mike

    #1486594

    Hi Mike,
    thanks for your help, it worked well.

    Best regards
    Lokman

    #1486615

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu-Links Seitenüberlagerung Schriftgröße ändern und Lightbox fixieren’ is closed to new replies.