By Jeromy Waunch on Saturday, 28 October 2017
Posted in General
Likes 0
Views 3.7K
Votes 0
I have "Show Heading Title" and "Show Heading Caption" both turned off and when the window is expanded everything looks how I desire it. But when the window is made smaller, the mobile menu appears, along with a lime green color.

It would make sense to me that if these settings are turned off, they would also be turned off on smaller window sizes.

Login info is in my "site details."
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Actually that is menu bar instead of that heading bar.

I already applied following CSS into this file JoomlaFolder/templates/wanderers/css/custom.css


@media (max-width: 767px)
{
.container .visible-xs {
display: none !important;
}
}

body.has-docker .wanderers-theme {
margin-top: -20px !important;
}


It shouldn't appear that menu bar when you view on smaller screen.
·
Saturday, 28 October 2017 12:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the clarification, and for fixing my issue.
·
Sunday, 29 October 2017 01:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Sunday, 29 October 2017 04:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post