# Hiding and Revealing Elements

The layer manager can be used in powerful ways to optimize a page layout for different devices.

For example, you could have a large, wide image displayed on desktop but hide it on mobile devices and instead reveal a smaller, narrower design for mobile. This feature allows you to create a different visual experience based on screen size using the built-in viewports (Desktop, Large Tablet, Tablet, Large Mobile and Mobile). You can see your page across all 5 viewports by clicking the different screen sizes in the top toolbar.

<figure><img src="/files/iMtc9aWswhNYJF9S8UxF" alt=""><figcaption></figcaption></figure>

### Here's how you can Show or Hide elements

The initial screen in the builder is the Desktop layout. Should you need to see some items on desktop, but no on the on the smaller screens, you can open the Layer Manager. Once open, click on the element in the Layer Manger or directly on the page. Then, click the eye icon to hide that element from view.

<figure><img src="/files/KCgnmXlgbTDUaE1QUj8C" alt=""><figcaption></figcaption></figure>

The eye icon now has a strikethrough line through the icon to show the layer is hidden from view.

<figure><img src="/files/GxDk4UMpSK6CDM4Bkb6i" alt=""><figcaption></figcaption></figure>

To show the element once more, click the eye icon again. You will need to repeat this process for each screen size.

### Visibility Toggles

Alternately, you may also show and hide elements using the Visibility toggles in that element's settings. Click the element and open the Settings menu. Then click the Visibility toggles to turn visibility on or off for each screen size as needed.

<figure><img src="/files/qirw4IZq310kL24ctigA" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/page-builder/layer-manager/hiding-and-revealing-elements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
