Menu

Login
 

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

Plume_&_Wonder_Nov_02_580px

Dear Tulisan Friends,

As we all know, November’s sullen weather is not easy to compromise with. But this upcoming Wednesday we promise to bring a little warmth and brightness as we release our Fall/Winter Collection ‘Plume’ 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, ‘Plume’ is an Art Nouveau inspired illustration of an owl. The November collection will be available in two Plume Prints Edition color ways: Orange Salmon and Blue Capri Light 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, 26 November 2014, from 09:00 to 15.00. The artist Melissa Sunjaya will be available for a bag signing.

Come by for an autograph and better yet swim in the fantastical world of ANIMA, Tulisan’s limited edition playing cards illustrated by Melissa Sunjaya and a Swiss Canadian Artist, Sébastien Théraulaz which are also available at our store.

Warmest wishes,
Tulisan Team

Plume_&_Wonder_Nov_01_580px

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