Menu

Log in
 

The Royal Diamonds

JOU_150416_Anima_Terra_07

Our flesh returns to soil.
Our blood dissolved to the sea.
Our breath diffuses into air, and
the heat of our emotions dissipates into flames

 Save the date on next Wednesday, 22nd of April, 2015 in our Plaza Senayan store! Within 5 more days you can get yourself the next Anima Collection of The Royal Diamonds (Terra Kingdom)

580X580_LB_150414_Anima_Terra_10_

The Terra Kingdom takes on the earth element which includes The Confederation of Rhapsodic Voyagers. The adventurous seals and walruses who see change as a journey to  better state.

580X580_LB_150414_Anima_Terra_19

The Principia Tote comes with a Canvas Pouch where you can fold your tote nicely into in.

JOU_150415_Anima_Terra_06

Photography by Michał Górzyński
Modelled by Krishni Swandayani
Illustrations by Melissa Sunjaya & Sébastien Théraulaz
Collection Design by Melissa Sunjaya & Weina Ding

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