Show top menu and ad in mobile view

Posted in: Newspaper
Post count: 80

Hi,
When I open the website in my smartphone, the td_demo_top menu (the one in the top of the page) doesn’t show, as well the ad next to the logo.
There’s any way I can show them in the mobile view?

Thanks

Post count: 6600

Hi,

Please use this css:

@media (max-width: 767px) {
.td-header-menu-wrap {
display: inline-block;
}
.mobile-logo-wrap img {
width: 140px;
top: 0px;
height: 100%;
}
.td-rec-hide-on-p {
display: block;
}
}

Also added the .mobile-logo-wrap img for the logo which I have noticed it’a a bit off line on mobile screens.
Should work like this: http://screencast.com/t/Et9lZRjsY

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 80

Thanks Lucian, I just have to add !important.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.