• Hi

    I’m building a website and I have a problems
    https://www.bickonferenca.si/en/conference/

    When I go to Appearance -> Customize and take a look at how the site looks like on tablet and smartphone, I can’t see the menu. If I click where the manu should be I can see the manue is there, but in white color and it opens behind the Header Slider.
    Does anyone know how to fix this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello mihag,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder.


    @media only screen and (max-width: 768px) {
    #mainnav-mobi {
    top:10px;
    position: relative;
    clear: both
    }

    .btn-menu {
    color: #000;
    }
    }

    Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    Thread Starter mihag

    (@mihag)

    It works!

    Thanks so much.

    Thread Starter mihag

    (@mihag)

    Hi,

    I have two additional questions.

    1. when I make my browser smaller, there is a time when the menu is not seen (it doesn’t jump form text menu straight to horizontal lines).

    1.1 There are only 2 lines seen, not all 3.
    How do I fix this?

    2. Is it possible to add a Menu sign next to 3 horizontal lines (when in tablet/smartphone size)?

    link to site
    https://www.bickonferenca.si/en/conference/

    Hello @mihag,

    Please create a separate topic for each of your questions in order to make it easier to help you.

    Kind Regards, Roman.

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