Jump to content

Edit History

pullidea-dev

pullidea-dev


Correct file name

Backup the ps_searchbar.css

And write the code in theme_rtl.css

On 12/18/2021 at 7:21 PM, ComGrafPL said:

theme_rtl.css

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;
  }

 

 

pullidea-dev

pullidea-dev

Backup the ps_searchbar.css

And write the code in theme_rtl.css

On 12/18/2021 at 7:21 PM, ComGrafPL said:

theme.rtl.css

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;
  }

 

 

×
×
  • Create New...