Menu

Log in
 

Latest Anima Collection: Terra Kingdom

JOU_150415_Anima_Terra_00

Get yourself ready for the latest Anima Collection produced in a super limited run!

JOU_150415_Anima_Terra_01

Principia Tote: The Royal Diamonds,
‘by MS with Love’ Collector’s Edition of 12 pieces only.

JOU_150415_Anima_Terra_02

Olio Clutch: The Royal Diamonds,
‘by MS with Love’ Collector’s Edition of 12 pieces only.

JOU_150415_Anima_Terra_03

Available one more week on 22nd of April, 2015 in our Plaza Senayan store!

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