Expired
I want Top Navigation Row (Which is in blue background color and which contains Location and Email) to be visible on mobile and tab devices. Please suggest me how to do it.
Hello,
You can add it using custom css. Add this code into your Custom Css box:
@media (max-width: 991px){ .header-row .header-row-inner .header-col { display: block !important; } .top_nav.header-row { display: block !important; height: 80px !important; }}
This is the result: https://postimg.org/image/60nq83u54b/ Change the values to your wish.
Best regards!
You must be logged in to reply to this topic.