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

    (@edge22)

    Hi there,

    Try removing this from your child theme style.css file:

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

    GeneratePress includes the parent style.css file automatically if you’re using a child theme, so @importing it will include it a second time and overwrite styles.

    @import performs quite poorly, so enqueuing it inside GeneratePress like we do increases performance.

    Let me know if that works or not ??

    Thread Starter briannasue

    (@briannasue)

    Great, that worked!

    Thank You!

    Theme Author Tom

    (@edge22)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation Goes away on mobile.’ is closed to new replies.