cytropics
Hi
Add this code in custom.css file
@media screen and (max-width: 1200px){
.right-menu .nav li > a.item-primary { width: 150px; text-indent: initial;}
.right-menu .nav li > a.item-primary:after {
display:none!important;
}}
If there is no custom.css file in css folder, kindly create it and add the code.
Regards