Posted in: Newspaper
Oct 11, 2016 at 9:12 am
Hi,
The menu I saw on your site was called ‘mega-menu’ but it did not come from the theme…The top menu created a hamburger menu along side the one from our theme. That is not a default theme implementation and falls beyod what support can offer you.
Here is a code that will work on the theme top menu but not on custom menus:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
@media (max-width: 767px){
div.td-header-sp-top-menu {
display:block !important;
float:none!important;;
}}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
Thank you!
Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.