Hello,
Am I able to display my menu on my mobile the same as when as it is on the site (along the top)? Rather than with the hidden menu on the sidebar (when on mobile)?
Thank you
This topic has 4 replies, 3 voices, and was last updated 10 years, 9 months ago ago by Stan Russell
Hello,
Am I able to display my menu on my mobile the same as when as it is on the site (along the top)? Rather than with the hidden menu on the sidebar (when on mobile)?
Thank you
Hello,
You can to add this code in custom.css file.
@media only screen and (max-width: 992px){
.navbar-collapse.collapse{
display: block !important;
}
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thank you this worked –
Hello,
we are glad that your problem is solved!
Regards,
Stan Russell.
The issue related to '‘Mobile Menu Same As On Computer’' has been successfully resolved, and the topic is now closed for further responses