Attributes: hidden and visible not working
-
I am trying to add the attributes like
hidden="xs"orvisible="md", but they do not add the proper classes(visible-md or hidden-xs) to the element.However a workaround is to use the
xclass="hidden-xs"instead.
The topic ‘Attributes: hidden and visible not working’ is closed to new replies.