Basic

Don't hide Q&A icon on small displays - Basic

Don't hide Q&A icon on small displays

by CD130 » Sat Jul 04, 2020 10:21 am

Hello, I don't want to hide the Q&A icon on small displays (phone).

I already tried to add:

Code: Select all

data-skip-responsive="true"
in navbar_header.html in this line:

Code: Select all

<li class="tab faq" data-select-match="faq" data-responsive-class="small-icon icon-faq">
Can anybody help me out?

Thanks!!!
CD130
Registered User
Posts: 118
Joined: Thu Nov 13, 2014 2:09 pm

Re: Don't hide Q&A icon on small displays

by MrGaby » Mon Jul 20, 2020 4:10 pm

Hello

Open styles/basic/theme/common/_common.scss

Find and comment or remove this lines:

Code: Select all

		@media (max-width: 550px) {
			.faq {
				&, & .nav-link {
					display: none !important;
				}
			}
		}
Recompile style and purge cache.
If you like my work, you can support me with a donation. Thanks!
Donate via Paypal
MrGaby
Registered User
Posts: 224
Joined: Sun Apr 02, 2017 8:04 pm

Re: Don't hide Q&A icon on small displays

by CD130 » Mon Jul 20, 2020 4:23 pm

Many thanks for your reply and your help!!!! 👍👍
CD130
Registered User
Posts: 118
Joined: Thu Nov 13, 2014 2:09 pm