Menu

Log in
 

Happy Holiday

PBO17070_HOLGRE_2_1200x843

Dear Beloved Friends,

Happy holiday and a whimsical New Year!

 

Tulisan Team

 

Notes:
Tulisan office is off for a while during Christmas and New Year.

Darmawangsa The City Walk Store
Normal Operations – 26 December 2017 and 2 January 2018 from 09.00 until 21.00

Plaza Senayan Store
Normal Operations from 10.00 until 22.00

Colony Kemang
Normal Operations – 26 December 2017 and 2 January 2018 from 10.00 until 21.00

Beachwalk Shopping Center
Normal Operations – from Sunday to Thursday 10.30 until 22.30 & Friday to Saturday 10.00 until 24.00

 

 

 

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