Menu

Login
 

Presenting the F/W 14 -15: Wonder Prints Edition

WP_JOU201014_WON01

Dear Tulisan Friends,

After much anticipation and an exclusive preview of our Fall/Winter collection 2014 – 2015 held last June, we proudly present the official release of our Fall/Winter Collection ‘Wonder’ Edition. 

The textile design are based on a few original pen and ink drawings which are then arranged manually into motifs. For the 2014 prints editions, ‘Wonder’ is an Art Nouveau inspired illustration of a cat fish and its habitat. The October collection will be available in two Wonder Prints Edition color ways: Smokey Lunar and Light Coco on 16 types of bags, organizers, and pouches.

We will be hosting the intimate launch at our boutique in Darmawangsa Square City Walk, Jalan Darmawangsa VI, Ground Floor, next to Ranch Market. This event is opened to the public on Wednesday, 22 October 2014, from 09:00 to 15.00. The artist Melissa Sunjaya will be available for a bag signing.

Come by for an autograph, a quick hello, and sit with us for warm cup of tea!

Warmest wishes, 
Tulisan Team

WP_JOU201014_WON02

Komentar

Buat Akun Ingat, komentar perlu disetujui sebelum dipublikasikan.

Artikel Terkait

Bahasa

Bahasa

Negara/Wilayah

Negara/Wilayah

``` ## 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; }