Hello! My website has a Header Menu (main) and also a Top Header Menu…http://e50.4da.myftpupload.com/. However, only my Header Menu (main) is displayed on mobile devices. I would like for BOTH the Top Header Menu and the Header Menu (main) to display on mobile devices. Is this possible?
Hello awoodhams,
Try to use the code below and place it in Theme panel -> custom CSS area.
The code is ->
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}
@media (max-width: 767px){
.td-header-sp-top-menu {
display: block !important;
}
}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}
Thanks for the message!
Hello! After the last update of the theme, the main menu of my site stopped working in the mobile version.
The site is http://www.viagensecaminhos.com/
Hi,
@awoodhams, sorry for this but please notice that code which I gave you above it’s possible to need more adjustments for mobile devices. It was just a hint in this case. If you want to adjust your main menu for mobile with this code, you should do it yourself because we cannot provide custom work at the moment, sorry!
@Jair Prandi, I have inspected your website and I saw that you are using some untested plugins which can interact with the theme core files and cause a lot of unknown issues. Try to disable all of the untested plugins, use only the bundled plugins, clear all the caches and check the results. Should work as expected.
Thanks for your understanding!
Hello! The code is working, and I added “text-align: center” but strangely this is only working for the homepage menu. On all of the other pages, it is left aligned. Could you please tell me why?
This is the code I inserted to the Custom CSS>Advanced>Phones field:
@media (max-width: 767px){
.td-header-top-menu {
display: block;
text-align: center
}
}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
text-align: center!important;
}
}
@media (max-width: 767px){
.td-header-sp-top-menu {
display: block !important;
text-align: center !important;
}
}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
text-align: center!important;
}
}
The link to the site, once again, is: http://e50.4da.myftpupload.com/
Could you tell me which plugins could be damaging the site?
Could you tell me which plugins could be damaging the site?
Could you tell me which plugins could be damaging the site? Do you know what they are?
I think there’s a problem. When you click on the Mobile menu icon, the link appears with # at the end.
Hello Jair Prandi,
To be sure, please re-download now the latest theme packet to be sure that you are using the latest version of it, make a new clean install with the theme via FTP way and check the results. Before this, please make a full back-up to your database.
Hope this helps!
Thanks for your understanding!