ibaker
Well-known member
I wish to make a template edit (non css template) that would need an "xen:if" expression to only apply if the screen is not in responsive view...in other words a type of "xen:if not responsive"...is there such an expression in XF?
The only way around it that I know of is to include the code in a div class and then in the css of the template include a display:none of the class in the responsive part of the css BUT that means the code still runs but just not displayed which is not what I want to happen.
Any thoughts or help is appreciated...thanks
The only way around it that I know of is to include the code in a div class and then in the css of the template include a display:none of the class in the responsive part of the css BUT that means the code still runs but just not displayed which is not what I want to happen.
Any thoughts or help is appreciated...thanks