Menu

Log in
 

Calling All Adventurous Souls!

580X580_LB_150414_Anima_Terra_06_680x680

Today is the day where the adventurous souls of seals and walrus will make its striking entrance at our Plaza Senayan store. With only 12 pieces available for the Principia Tote and the Olio Clutch. We advice to be quick to arrive to our humble store.

580X580_LB_150414_Anima_Terra_11_680x680

Where: Plaza Senayan, Level 2
When: Lucky Wednesday, 22 April 2015, 10.00am – 10.00pm

580X580_LB_150414_Anima_Terra_15_680x680

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