• Resolved Oxygen89

    (@oxygen89)


    Hi Nikeo,

    First of all, thanks to you, for new features in 3.2.1. I read your post regarding 3.2.1, there you wrote that “.notresp css class no longer in use”.

    So, just want to ask you what other css class replaced “.notresp” in menu, or do we simply delete all the references of this css class in our style.css ?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Oxygen89

    (@oxygen89)

    Any thoughts?

    Theme Author presscustomizr

    (@nikeo)

    Hi @oxygen89,
    If you have been styling your menu in not responsive mode with the .notresp css class, you can keep this CSS code. To re-activate this css style, just delete the .notresp in it and wrap it inside a media query for width > 980px as follow :

    @media (min-width: 980px) {
    /* your style */
    }

    Hope this helps

    Thread Starter Oxygen89

    (@oxygen89)

    Thanks, nikeo.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘.notresp css class no longer in use’ is closed to new replies.