@media(max-width: 769px) {
.po-submenu {
padding:10px 15px 10px 15px;
}
.globalization {
display: none;
}
}
Like this.
I want to hide the last button when it is mobile device.
So, I gave globalization(class) to the last button and used this, but it doesn’t work.
Could you help me to remove the last button on mobile device?