--- layout: default permalink: /visibility category: utilities title: Visibility description: "Controls the visibility of the elements on mobile or desktop devices by adding one of the available classes.

The elements are controlled by the Display property, so they disappear, not occupying a place in the design and reappearing in the opposite of the control." ---

{{ page.title }} Utilities

{{ page.description }}


No-mobile:

The item will not be visible on mobile devices, it appears in Desktop.

Disabled up to 1023px.
Appears in 1024px (Desktop)

{% highlight html %}
...
{% endhighlight %}
No-desktop:

The item will not be visible in Desktop, but visible on mobile devices.

{% highlight html %}
...
{% endhighlight %}