Top Header Menu does not appear in Mobile

Posted in: Newspaper
Post count: 48

Hi there,

10keythings.com/ Top most header has (Subscribe, Forums, Contact, About Us) & (other social media icons).

In mobile,
Other Social Media Icons appear, BUT
(Subscribe, Forums, Contact, About Us) does not appear.

Is it possible to make them appear too?

Post count: 22421

Hello,

The top menu was not designed to show up on mobile phones. You can try to force it to show with this css:

@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;
}}

Add the code in the theme panel->custom css box.

Thank you!

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