• Resolved koupmi

    (@koupmi)


    Hello,
    how to show secondary menu on mobile with custom css?
    I need to show phone and email information.

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter koupmi

    (@koupmi)

    I found in css:

    .secondary-navigation {
    display: none;
    }

    This applies only when i use mobile size browser. How to change this css line in child theme? I want display secondary navigation

    • This reply was modified 4 years, 7 months ago by koupmi.
    • This reply was modified 4 years, 7 months ago by koupmi.
    • This reply was modified 4 years, 7 months ago by koupmi.
    Thread Starter koupmi

    (@koupmi)

    Ok, i found solution in css rules:

    @media (max-width: 768px){
    .secondary-navigation {
    display: inline

    }

    /*remove ul dots*/
    ul {
    list-style-type: none;
    }
    }

    • This reply was modified 4 years, 7 months ago by koupmi.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to show secondary menu in mobile’ is closed to new replies.