October 14, 2019 at 7:10 am
#69092
todor.dimitrov23
Participant
Hi again,
Also regarding the CSS code:
@media (max-width: 767px) {
.info-bar {
display: none;
}
}
Now the whole top nav bar disapeared, is it possible to see only Login menu on the top right corner, because now (without your additional css code) it showing up as three lines.
Thanks,