Menu

Log in
 

Yours

2019_LB_COVER_01_900x1200

Yours…

Starting today, Tuesday, 8 Jan 2019,
these limited edition serigraphy products of LEGACY Collection could be yours.

Please find Coral Wonder catalog below
Legacy: Coral Wonder Catalog

Pre-Order duration:
9 – 20 January, 2019 |  Time: 09.00 – 17.00

There is a maximum pre-order limit. When we reach this limit, pre-order will be closed.

Please direct message Instagram @mytulisan
or WhatsApp +62 815 1051 7424.

Thank you so much for having my artwork in your life.

Respectfully Yours,
Melissa Sunjaya


 


Twitter: @mytulisan
Instagram: @mytulisan
Facebook Fan Page: Tulisan
Youtube Channel: Tulisan Jakarta

Artwork by Melissa Sunjaya

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