• Hi,

    I’m still quite new to WordPress and I don’t really know CSS.

    I use a transparent header on wordpress (and it appears on my Astra theme). I have 2 questions :

    1/ I was wondering how to change the size of the dropdown submenu. I managed to change the color of the background and the letters but I can’t find a way to make the submenu smaller (without huge space in between the differents sub categories).

    2/ The dropdown menu starts at the bottom of the transparent header. I would have like to make it directly start under the menu “courses”. Not sure if that make sense. Maybe it’s not possible at all ?

    I’ve seen online many people adding CSS to fix this problem but it didn’t work for me.

    Can someone please help me ?

    Thanks in advance for your help,

    Noelie

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @noelie33,

    The Astra Support Forum might be the best place to ask your question; you might even find an answer there already, if another user had a similar question in the past.

    In any case, you should be able indeed to achieve the desired behavior with some custom CSS. The below CSS can be used to achieve the results as shown in the attached screenshots, but feel free to modify it to your liking.

    .ast-builder-menu-1 .menu-item>.menu-link {
        line-height: 3em;
        margin-top: 1em;
        font-size: 1.2em;
    }

    Hope this helps!
    Kind regards, Jarno

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.