BassMan
Well-known member
Hi!
I have some code in template modification like:
<li>.....</li>
I would like to add a code to work with responsive design.
Example:
how to make this code works only when I'm on my mobile?
I've tried with this, but it's not right:
I would be grateful for any help.
I have some code in template modification like:
<li>.....</li>
I would like to add a code to work with responsive design.
Example:
how to make this code works only when I'm on my mobile?
I've tried with this, but it's not right:
Code:
<xen:if is="@enableResponsive">
@media (max-width:@maxResponsiveMediumWidth)
{
<li>...my code...</li>
}
</xen:if>
I would be grateful for any help.
Last edited: