Product tabs (like description, features... etc.) change to accordion style in small screens. I want to disable this feature. I am good in CSS but couldn't find any media queries or related code. Seems that it is a javascript code. How can I disable this without changing core files?
Yes, tabs are generated by js (js/tygh/responsive.js). To disable it, try to add the cm-j-tabs-disable-convertation class to all elements with the cm-j-tabs class
Yes, tabs are generated by js (js/tygh/responsive.js). To disable it, try to add the cm-j-tabs-disable-convertation class to all elements with the cm-j-tabs class
It is working perfectly. As always, you are very helpful e-ComLabs.