Menu

Log in
 

The Royal Clovers

580x580_LB_150505_Anima_Aqua_19

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

580Blog_LB_150505_Anima_Aqua_11

 Save the date on next Wednesday, 2oth of May, 2015 in our Plaza Senayan store! In one more week you can get yourself the next Anima Collection of The Royal Clover (Aqua Kingdom)

580Blog_LB_150505_Anima_Aqua_26

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