Menu

Log in
 

The Final Dance of the Spades

580_LB_150615_Anima_Ignis_25

We hear the crackles of fire as it dances its way to confront our own shadows.

580_LB_150615_Anima_Ignis_21

These unbeatable power of the Lynx can be both igniting or engulfing.

580_LB_150615_Anima_Ignis_22

Blazing quickly without apprehension or tiptoeing its way to gather masses.

580_LB_150615_Anima_Ignis_36

 Save the date on next Wednesday, 24th of June, 2015 in our Plaza Senayan store!

Photography by Michał Górzyński
Modelled by Melissa Sunjaya
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; }