I have got one more issue that mobile menu is not coming up in Stark template. I have off canvas disabled.
sachinsehdev
My above suggestion is used for mobile view.
If you want to change for tablet view, you will need to edit with Media Queries, something like this:
@media (min-width: 768px) and (max-width: 1199.98px) { /*your custom CSS goes here*/ }