Site logo

[Resolved] Mobile menu make a line

Home Forums Support [Resolved] Mobile menu make a line

Home Forums Support Mobile menu make a line

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

    I would like to have a line after last menu item in the mobile view to separate the menu from the text in the page. is it possible? thank you

    #1657184
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    @media (max-width: 768px) {
        .main-navigation .main-nav ul li:last-child a {
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

    #1657201
    Jarko

    Yes worked fine thanks.

    #1657224
    Leo
    Staff
    Customer Support

    No problem 🙂

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