Add possibility to hide Notify dropdown and user dropdown from mobile menu
Add this css:
@media screen and (max-width: 420px) {
	.anspress-page-notification, .anspress-page-profile{
		display:none;
	}
}Koshish_Nandan_Pokharel commented on answer 
  Rahul Aryan  commented   
I think CSS is better option rather then PHP
  Benjamin_Meghnagi  commented   
me too 🙂
  Koshish_Nandan_Pokharel  commented   
thanks its works charms
thanks, but i mean to add an option. I am able to modify the css in less than a second, but using code is not for everyone 🙂