Menu

Log in
 

The Rhapsodic Voyagers

JOU_150416_Anima_Terra_10

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

Don’t just wait and sit on it because we only have 12 pieces for this Principe Tote: The Royal Diamonds! Three more days until we launch at our Plaza Senayan Store!

JOU_150416_Anima_Terra_09

If you are the adventurous type who believe change will bring you to a better state, these Rhapsodic Voyagers of seals and walrus will perfect.

JOU_150416_Anima_Terra_11

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

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