Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #286950
    misso
    Participant

    Hi. Suddenly one of the menus and search function doesn’t show on the mobile website. I thought the reason were some faulty widgets, however after fixing the issue it still doesn’t work. Could it be because of the wordpress update ? Please assist. Thanks ! the website it http://www.hracovsvet.sk

    #286955
    Skandha
    Participant

    @misso: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead {
        display: block;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #286958
    misso
    Participant

    Hi,
    thanks for the reply ! Previously I set it to display: none in the source code of the theme, because I didn’t want the white space for site name etc. When I changed the setting to block, it shows the menu now on mobile website, thanks !
    But is there any way that the menu would still show on the mobile website but I wouldn’t have the white header area on a normal website ?
    Thanks a lot !

    #286963
    Skandha
    Participant

    @misso: Hello there,
    Can you please try adding the following Code instead of the above one?

    @media screen and (max-width: 990px) {
    	#masthead {
    	    display: block;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #286971
    misso
    Participant

    Thanks for the fast reply ! Tried it but it’s still showing the white part when opening the website on a PC.

    #286972
    Skandha
    Participant

    @misso: Hello there,
    Can you please add the code above in the Additional CSS section so that I can debug the issue on your site.

    Kind Regards,
    Skandha

    #286979
    misso
    Participant

    Alright, should be there 🙂

    #286980
    Skandha
    Participant

    @misso: Hello there,
    Can you please add } after the code color: #05a9c5; in your Additional CSS Code and it should work.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #287027
    misso
    Participant

    Hi,
    Tried it but it’s still there…very stubborn white space.

    #287040
    Skandha
    Participant

    @misso: Hello there,
    Can you please attach a screenshot of the issue at your end?

    Kind Regards,
    Skandha

    #287047
    misso
    Participant

    Sure, I uploaded it here.
    I mean the white space above the featured image, I want to remove that. Thanks !
    white space

    #287048
    Skandha
    Participant

    @misso: Hello there,
    Can you please add the code at the end of your Additional CSS section?

    @media screen and (min-width: 990px) {
    	#masthead {
    	    display: none;
    	}
    }

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    #287097
    misso
    Participant

    That worked !!! Awesome, thanks a lot !!

    #287109
    Skandha
    Participant

    @misso: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-magazine/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Menu and search not showing on a mobile website’ is closed to new replies.