Making the Top bar visible on smaller devices

Posted in: Newsmag
Post count: 5

I am having an issue with the top bar not showing on smaller devices… phones, tablet (portrait view).
The site: http://www.checkmeoutmagazine.com

The login and register, along with some other buttons, become not available. Here is the code you provided for the custom CSS panel:

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

Please let me know what to do from here.
I pasted the code and it didn’t work. I also cleared the caches of my computer and phone.
Please and thank you in advance.

Post count: 23312

Hi jytgraphics,

Our theme has not been designed to show the top menu bar on smaller devices. To achieve this, please try the code below and place it in Theme panel->Custom Css area, like this:

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

The result you should see here: http://screencast.com/t/kyOP2B31AIdV

Hope this helps and let us know how it goes!

Thank you!

Post count: 5

That was it – slightly different than the first one you guys sent. Thanks for keeping at it and getting it done.
MUCH appreciation.
Another 5 star rating coming your way.
Thanks a bunch

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