How to set Top Info Bar visible for mobile devices?
Please add following CSS to Theme Options > CSS Field or end of the style.css file
(you may need to customize the values to fit yours, we strongly recommend to use short text as possible)
@media only screen and (max-width: 800px) {
.info-bar, .nav-box {
display: inline-block !important;
max-width:295px;
}
#nav-top-small ul.info-bar>li {
padding-right: 20px;
}
}