Menu

Log in
 

Letters Edition

580_LB_150908_Bio_LE_13

Tulisan proudly presents the newest piece of our Bio Fantasy collection: the Letters Edition. These exclusive prints by Melissa Sunjaya, are made of the finest materials in the style of hand-lettering. This collection showcases simple and straightforward designs fit for everyone, while still maintaining the quality and aesthetic of Tulisan.

580_LB_150908_Bio_LE_11

BBT 1510 – LE: Boat Bag, Aku, Light Ecru  |  Rp350,000

The artworks in this edition feature the excerpt “Aku ini binatang jalang” which was taken from one of the most famous works by literary maestro Chairil Anwar, Aku (1943). The excerpt conveys the message of someone who refuses to be subordinate to society at large, and instead chooses to remain confident and unapologetic for who they are.

580_LB_150908_Bio_LE_08

This edition is presented on two styles of bags: Boat Bag & Postal Bag. These are available through Tulisan Boutiques in Plaza Senayan and Darmawangsa Square on Wednesday, 30 September. The styles that are included in this edition reflect our belief that confidence and comfort should be extremely accessible to everyone.

Triple kisses, M. S.

(Photography by Michal Gorzynski)

580_LB_150908_Bio_LE_07

BPS 1510 – PR: Postal Bag, Aku, Purple Rain  |  Rp450,000

Comments

Create account Please note, comments need to be approved before they are published.

Related articles

Language

Language

Country/region

Country/region

``` ## 2. The Final Alignment Fix (The Absolute Last Resort) The fact that the $15px$ padding is ignored means your theme is likely using a zero-out style on the input's universal selector. Please insert this single, highly aggressive line of CSS into your **Global Custom CSS Area** (Theme Settings $\rightarrow$ Custom CSS) **after** restoring `theme.liquid`. This targets the input's visual start point directly, ignoring all padding rules: ```css /* FINAL ATTEMPT: Fix horizontal text alignment by overriding the left visual placement */ #comments input, #comments textarea, #comments label { text-indent: 15px !important; }