Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
I want to make top bar (the one has location and language, etc) NOT disappeared when the window gets smaller, any advice how? I am using the Corporate template, thanks.
Mike
Hello,
Please can you add this line into your Customizer > Additional Css :
@media (max-width: 991px)
.top_nav.header-row {
display:block !important;
}
}
If you can’t resolve this by yourself fill your profile details with the online link and wp creds so we can do this for you.
Let us know.
Regards!
You must be logged in to reply to this topic.