> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/yayextra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/yayextra/developer-zone/css-to-increase-the-size-of-gift-wrapping-swatches.md).

# CSS to Increase The Size of Gift Wrapping Swatches

CSS to Make the Gift Option Bigger

```
.yayextra-option-field-swatches-label.yay-giftwrap {
    width: 60px;
    height: 80px;
    background-size: 60px 80px !important;
}
```
