*

lucky7

  • **
  • 18 posts
[Bug] On mobile view sort button is blurry
« on: April 14, 2025, 06:11:17 PM »
Hello,

in the mobile view on the demo page as well as on the own page the sort button is blurred. I think the sort button is not designed for mobile (high resolution), as all other buttons are sharp.

High res image link:
https://ibb.co/Hftqwvc0

Kind regards

*

MB Themes

Re: [Bug] On mobile view sort button is blurry
« Reply #1 on: April 16, 2025, 10:14:23 AM »
Try to remove this line from style.css
Code: [Select]
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .simple-select, .picker {-webkit-filter:blur(0.000001px);}
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

lucky7

  • **
  • 18 posts
Re: [Bug] On mobile view sort button is blurry
« Reply #2 on: April 16, 2025, 03:46:16 PM »
Try to remove this line from style.css
Code: [Select]
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .simple-select, .picker {-webkit-filter:blur(0.000001px);}
}

I have done it and it works. Now the sort button is displayed sharply.

This code commented with "/* CHROME BROWSER FIX WITH BLURY LAYOUT */".

Isn't it perhaps needed somewhere else (chrome browser)?