Support » Theme: GeneratePress » responsive menu not working

  • Resolved robtbm

    (@robtbm)


    Hi,

    My sites responsive navigation doesn’t show up in mobile view like it dose on the demo site, what could be the cause ?

    Im using a child theme, the only thing I have changed is a few colours in css.

    Thanks in advance 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    I would bet you have a line like this in your child theme:

    @import url("../generatepress/style.css");

    If so, remove it and you should be good to go.

    This is because GP adds the parent style.css file in a much more efficient way than using @import.

    Let me know 🙂

    Thread Starter robtbm

    (@robtbm)

    Hi,

    Thanks for replying.

    I didn’t have an @import in the child theme it was in functions.php

    Removed that and all is working as it should.

    Thanks very mucho 🙂

    Theme Author Tom

    (@edge22)

    Glad you got it sorted! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘responsive menu not working’ is closed to new replies.