Tagged: responsive elements
Just like there is an option to display grid rows selectively based on viewport size (mobile, tablet, laptop etc) where we can decide if we want to show a row in just mobiles or laptops, etc. , is there some PHP function that I can add to functions.php so that I can apply these conditions to any element in the theme?
Another way of saying this is that I want the option to select which screen size an element is visible for every element, not just grid rows or color sections.
Right now, I have to manually do this by adding classes to elements and then use media queries in CSS. Would like it if there is something built in by default.
Thanks.
Hey architchandra,
We don’t have any functions for that as of yet, if we did then they would be part of the theme already. So if you are using CSS right now, then I would suggest that you keep using that method until we implement more options in to the theme options.
Best regards,
Rikard