Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #53723
    Mahartma
    Participant

    Hi,

    I discovered that the menu disappears when I make the browser window smaller than about 933px till the with of 744px – here the smaller responsive menu appears correctly.
    Since when this happens, I dont know. Normally it worked fine.
    I use the great Catch Box Theme (as a child theme with some changes at the css) on
    http://www.rc-tri-run-weiz.at

    Could you help me please.
    Thanks.

    #53789
    Sakin
    Keymaster

    @Mahartma: It’s because of your child theme style.css. In child theme style.css you only need import or wp_enqueue_style parent theme style.css and then only add the css that you want to change. Please don’t add all the style.css from the parent theme to your child theme style.css. That is why you are having this issue.

    Check this out for child theme http://catchthemes.com/blog/create-child-theme-wordpress/

    See this css in your child theme which is hiding responsive menu:

    .tinynav { 
        display: none;
        font-size: 16px;
    }
    #53903
    Mahartma
    Participant

    thank you very much for the great support.

    it works fine now!!

    #53908
    Sakin
    Keymaster

    @Mahartma: Thanks for your appreciation. Also, if you like Catch Box theme than you support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-box?rate=5#postform . We would really appreciate it. Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Responsive Menu disappears’ is closed to new replies.