top menu for mobile

Posted in: Newsmag
Post count: 13

The top menu does not show up on mobile and the hader background color will not update.

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/mPfLNpyt360m

@media (max-width: 767px){
.td-header-top-menu{
display: block !important;
}

Please note that the top bar wasn’t designed do be displayed on mobile devices so you may need additional customization in order to have it displayed fine.

Let me know how it goes.
Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.