Shop Categories

X

Reply To: Search bar/icon on tablet version

Home Forums Agama Pro Search bar/icon on tablet version Reply To: Search bar/icon on tablet version

#27438
Zex
Moderator

Sorry for the misunderstanding 🙂

Now I see the problem.

So, forget the previous post and add additionally the following code into your custom CSS:

@media (max-width: 1022px), (min-width: 993px) {
.main-navigation>div>ul>li {
    padding-right: 20px!important;}
}

Regards