Menu

Login
 

The More You Ignore, The Problem Will Closer

1_1200x800

In Tulisan, we always working in small team environment. Tight deadline and budgeting is part of our team.

2_1200x800

We are required to work effectively and efficiently, a checklist is an essential thing.

jou_20161013_btshome-25_1200x800jou_20161013_btshome-135_1200x800

Once in a discussion, Melissa said, “make a checklist is a real manifestation of a good planning. The more you ignore, the problem will closer.”

jou_20161013_btshome-94_800x1200

jou_20161013_btshome-178_1200x800

We all agree with that statement because there are very significant differences between working with and without a checklist.

jou_20161013_btshome-36_1200x800

We can minimize errors and unnecessary process. The work should be done one day could be completed in a few hours.


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

Photography by Krishni Swandayani
Text by Zharfani Padmasedhana

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