I am facing an issue with the css directed to iPad Pro.
In fact, the iPad Pro is considered as a tablet for your theme, however it displays the desktop view of the product page => with the third widget column on the right side, rather than underneath.
In consequence, I am not able to properly assign CSS to iPad pro. How can I do that?
I have another example of the issue with iPad Pro CSS.
On my favorites page, I have custom code to all devices (except desktop) to make the title aligned. However, on iPad Pro, it’s a tablet showinge desktop view so it’s not applying the code.
iPad pro has 1024 screen size and it is the same as default iPad in landscape mode. So it is the way they work and it is not possible to recognize with CSS media queries is it iPad pro or default iPad.