# Design

Blockslider offers a bunch of designing/customization controls. This documentation covers how you can start customizing block sliders according to your design needs.

### Responsive Design

Almost all design controls support responsiveness. Here’s a quick article explaining how you can use a responsive control

[Using a responsive control](https://wpblockslider.com/docs/using-a-responsive-control/)

## Design Elements

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

Almost all design options are organized into three basic elements, that are:

* **Wrapper**: Applies on the main slider wrapper/container
* **Slides**: Applies on every slide
* **Current**: Applies on the currently active slide

You can design every other design element regardless you’re on a slide or slider.


---

# 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://docs.wpblockslider.com/guides/design.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.
