Menu

Login
 

Batavia Hotel Time Capsule Preview

WP_JOU_TTC1429_01

The following video with photography by Michal Gorzynski and Hotmaida Marttianggo Nainggolan with editing done by Michal Gorzynski previews what we will launch this January 28th, 2015.

This exceptional set, the Batavia Hotel Collector’s Edition Time Capsule, is a special gift we hope can be passed on for generations for its intricate detailing. Taken from the 2011 illustrated collection written and illustrated by Melissa Sunjaya, the story is layered to depict a complex romance filled with passion and jealousy which speaks of the alarming irony of a social climber.

With only 12 editions available this is an heirloom-quality serigraph art print is made on a limited run. Handcrafted with the finest materials in small batches with signed and numbered certificate of authenticity.

Read more on how you can have your hands on this limited edition here.

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