Menu

Login
 

Ever Thine Home

LB_FW1617_HOME_06_01_1200x800

A home by Melissa Sunjaya. Fun, vibrant, and just quirky enough to make you smile.

LB_FW1617_HOME_1627TP_01_1200x800

LB_FW1617_HOME_1626TS_08_800x1200

“These catastrophic eruptions prompting reformation to the Earth’s contours became the solo direction in sustaining this pulsar dance. This was the essential part of the relationship between Earth and humans.” –Excerpt from Surat No. 1, by Melissa Sunjaya

LB_FW1617_HOME_1626TS_013_800x1200

LB_FW1617_HOME_1627TP_013_1200x800

“Only with this shelter, would my veins begin to vibrate between imagination and reason.” –Excerpt from Surat 1, by Melissa Sunjaya

LB_FW1617_HOME_1627TP_010_800x1200

This perspective might be difficult to understand in a linear manner, because a one-way point of view hardly brought any results.” –Excerpt from Surat 1, by Melissa Sunjaya

LB_FW1617_HOME_1626TS_05_800x1200


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

Artwork by Melissa Sunjaya
Photography by Bima Chris

Tulisan Chronicles Team

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