Menu

Log in
 

Whimsical Wonderland Winner

580x580_INS_WW

After much discussion with the team (and a pretty tough one with all the great entries!) We hear by announce the winner of the photo contest is Muty Djuhari with her instagram post @myuts:

“Ride the rainbow to the other side, catch a falling star and then take a ride!” (dear jessie, by madonna) ‪#‎tulisanstoryunfolds‬ the beauty of wonder in light coco, the perfect tote for my wonderful moments”

Her post fits our ‘whimsical wonderland’ theme perfectly! Congratulations. Please claim your prize on our grand opening day this Wednesday!

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