I want to have an important link of the right side top bar area always shown. When I reduce the browser size to mobile or pad the mobile menu only shows the burger symbol for the menu. How can I change the mobile header style?
I tried this – so the top-bar would be shown on small screens too, but it doesn’t work.
@media only screen and (max-width: 1030px)
.top-bar {
display: table;
}
Can you help me? Or tell me how I can put a Link in the header area that is shown for mobile and pad?