# Edit Small Widget

The editor features a top bar with tabs for customizing different widget elements. Below the bar is a side panel with the settings that change based on the selected tab. The Preview area features a device switch (Desktop/Mobile view) to show how the widget will appear in your store across different screen sizes and devices.

{% hint style="warning" %}
When you first open the editor, you’ll see a notification asking you to **activate the app**. You need to do this to ensure the widget displays in your theme. Once you activate the app, the notification disappears.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/447HHXI1320WV7h1YZJ9" alt=""><figcaption></figcaption></figure></div>

The tabs in the top bar are as follows:

### **General**

In this tab, you can choose a default **preset** for your timer widget. Presets define the overall appearance of the widget (components, background, typography, colors, etc.). Use presets as they are, or customize them to your taste.

Here, you can also adjust the **mobile breakpoint,** i.e. the screen size where the widget’s design changes from desktop to mobile layout.

### **Content**

In this tab, you adjust the layout, background, borders, corners, and spacing of the widget. You can also hide and rearrange the widget’s components (**Text**, **Timer**, **Coupon**, and **Button**) and adjust their appearance (fonts, colors, and extra elements).

{% hint style="info" %}
*Note that if you choose to use **theme native fonts** in the widget, the actual fonts won’t appear in the widget preview. They will only be visible in the theme editor.*
{% endhint %}

### **Timer**

In this tab, you choose the timer mode: **Fixed date**, **Evergreen**, or **Daily**.

{% hint style="success" %}
[**Learn more about the difference between timer modes**](/gsc-countdown-timer/fixed-date-evergreen-daily.md)
{% endhint %}

### **Localization**

In this tab, you translate the widget content into other published store languages. You can translate the text, time unit labels, button label, and coupon label. You can also set different button URLs and send customers to different pages based on the language.

{% hint style="info" %}
*Notes:*

* *this tab is hidden until you add and publish at least one additional language in your store*
* *if you do not add translations, the widget displays content in your store’s default language*
  {% endhint %}


---

# 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://getsitecontrol.gitbook.io/gsc-countdown-timer/edit-small-widget.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.
