Forums
Home / Theme: Iknow / How to disable sidebar on mobile?
(@justano)
3 years, 9 months ago
Hello. How can I disable sidebar on mobile?
(@wpcalc)
Hello.
You can use the CSS code like
@media screen and (max-width: 780px) { #sidebar { display: none; } }
Hello. It still shows sidebar in mobile after using the code
Try to use:
@media screen and (max-width: 780px) { #sidebar { display: none !important; } }
It works now. Thank you so much.
Also,how can I make post title show in the title case and not automatically uppercase?
3 years, 7 months ago
Hello. Now it’s not possible but we add this option in the next version of the theme