• Resolved sazz2006

    (@sazz2006)


    Hello, its possible to use Media Queries in the custom css? for example i was trying to add this Media Queries below but is not working. please help. thx

    @media only screen and (max-width: 320px) {
    #responsive-menu-pro-button {position: fixed;top: 100px; }}

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    Yes any valid CSS is allowed there, in fact it’s what I use on my site.

    All the best

    Thread Starter sazz2006

    (@sazz2006)

    ok. but is his correct? : @media only screen and (max-width: 320px) {
    #responsive-menu-pro-button {position: fixed;top: 100px; }}

    because is not working. i added this on the plugin custom css.

    Please hep our advice.

    Thanks

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    It looks good to me, have you not run it through any CSS validators to check?

    Not sure how many devices are only 320px though, seems extremely small.

    All the best

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Media Queries’ is closed to new replies.