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

#27431
Zex
Moderator

Hi, Maddy!

Try to insert the following code into Customizing->General->Additionall CSS:

@media only screen and (max-width: 992px) {
    .vision-search-box.active{
        top:60%!important;
        right:50px!important;
    }  
  }

Adjust the top and right values as you need.

Regards

  • This reply was modified 2 years, 10 months ago by Zex.