Posted in: Newsmag
Dec 23, 2015 at 11:38 am
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/vaAbpb4CCmA
@media (max-width: 767px){
.td-header-top-menu{
display: block !important;
}
Note that the top bar wasn’t designed to work on mobile devices so you may need additional css customizations in order to be displayed fine.
Thanks!
Dec 23, 2015 at 4:40 pm
Hello blmg1,
Please try the code below and place it in Theme panel->Custom Css area.
@media (max-width: 767px){
.td-header-style-4 .td-top-menu-full {
display: block!important;
}
}
The result you should see here: http://screencast.com/t/jciXctJKiX6
Hope this helps and let us know how it goes!
Thank you for the message!
Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newsmag’ is closed to new topics and replies.