Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #341423

    I’ve added some sub-menus to the site larissaeremeeva.com. These only dropdown when the user clicks on the down arrow – I have had comments that some users do not understand this. Is there CSS that can make the whole line of text clickable and not just the down arrow. Thanks.

    #341424
    sujapati
    Keymaster

    @Larissa: Thank you for bringing this up. We understand your concern about the dropdown menu. The current setup has the down arrow as the toggle for the sub-menu, while the text itself serves as the link to that respective page.

    However, if you prefer to make the entire line clickable to toggle the sub-menu, you can add the following CSS to your site.

    #masthead .dropdown-toggle {
        width: 100%;
        text-align: right;
        z-index: 3;
    }

    Let me know if you need further assistance!

    Kind Regards,
    Sujapati

    #341428

    That’s works great! Thanks Sujapati for the quick answer!

    #341430
    sujapati
    Keymaster

    Glad to know that Larissa. Feel free if you have any theme-related queries.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.