Home Forums Basel support forum TOP BAR Header Navigation dissappears on mobile view.

TOP BAR Header Navigation dissappears on mobile view.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #89548

    andre.somepro
    Participant

    Dear team from xtemos,

    I recognized that the navigatio I inserted into the top bar together with the wpml flags are missing on mobile view.

    Is there any reason for? a workaround a bug?

    best regards

    Andre

    #89577

    Artem Temos
    Keymaster

    Hi,

    You can display it adding the following CSS code for mobile devices but it may not fit the space well

    .top-bar-left {
    	display: none;
    }
    
    div.topbar-wrapp .topbar-menu {
    	display: block;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)