Menu

Log in
 

Funlentine!

Happy belated Valentine’s Day! What a fun day it was for us. Melissa was invited to do a live shooting for TV One’s Coffee Break program with Irwanardi and Nira Stania. She talked about everything! From the story of how Tulisan started and worked as a channel to capture emotions, our latest edition, and even the technicalities of choosing color ways.

When we got back to the office, we found this lovely cake from Sarah waiting on our table. Thank you, Sarah! xRs.

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