[Support request] Secondary Navigation Need Help

Home Forums Support [Support request] Secondary Navigation Need Help

Home Forums Support Secondary Navigation Need Help

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #579467
    sportsfan74

    Hi David

    Using localhost xampp and generatepress.

    Using “secondary navigation” to display main menu. Everything is fine there, but do not want the “secondary navigation” to display on tablet and mobile. Can that be be done?

    regards.
    sportsfan74

    #579468
    David
    Staff
    Customer Support

    HI, you can add this CSS:

    @media (max-width:1024px) {
        .secondary-navigation {
            display: none;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.