Jump to content

Edit History

newbie20

newbie20

33 minutes ago, ComGrafPL said:

ps_searchbar

In

@media only screen and (min-width: 992px) {
  #search_widget {
    min-width: 15.63rem;
  }

Also add line float: left;

@media only screen and (min-width: 992px) {
  #search_widget {
    float: left;
    min-width: 15.63rem;
  }

 

done and problem is solved by RTL mode

thanks so much

But now , i have the same problem by LTR mode (english mode)

newbie20

newbie20

32 minutes ago, ComGrafPL said:

ps_searchbar

In

@media only screen and (min-width: 992px) {
  #search_widget {
    min-width: 15.63rem;
  }

Also add line float: left;

@media only screen and (min-width: 992px) {
  #search_widget {
    float: left;
    min-width: 15.63rem;
  }

 

done and problem is solved by RTL mode

thanks so much

But i have the same problem by LTR mode (english mode)

×
×
  • Create New...