Menu

Login
 

Yours

1804_LB_COVER_1_MBL

Yours…

Starting today, Monday, 1 Apr 2019,
these limited edition serigraphy products of LEGACY Collection could be yours.

Please find Contemplation catalogue below
Legacy: Contemplation Catalogue

Pre-Order duration:
1 – 21 April 2019 |  Time: 9 am – 5 pm

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

Illustrated by Melissa Sunjaya

Komentar

Buat Akun Ingat, komentar perlu disetujui sebelum dipublikasikan.

Artikel Terkait

Bahasa

Bahasa

Negara/Wilayah

Negara/Wilayah

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