• Resolved capitaine_moyen

    (@capitaine_moyen)


    Hi, cool plugin but i got a problem

    WP Menu Mobile hidding my paging-navigation

    i’ve tried this in custom css WP Menu Mobile

    .navigation paging-navigation {
    display: block!important;
    }

    but no working

    any idee ?

    coolivier.com

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Thanks for using WP Mobile Menu

    you are just missing a dot in the code.Add the code below to the custom css option.

    .navigation.paging-navigation {
        display: block!important;
    }

    Let me know if it worked. Don’t forget to clear the browser cache before testing again.

    -Takanakui

    Thread Starter capitaine_moyen

    (@capitaine_moyen)

    Damn dot …

    Perfect !

    Thanks

    Plugin Author Rui Guerreiro

    (@takanakui)

    No problem. Glad it’s sorted.

    -Takanakui

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hidden Page Nav’ is closed to new replies.