Menu

Login
 

Operation Hours During The Eid Al-Fitr

PBO18091_EIDFIT_01_1200x1200

Eid al-Fitr is coming within a few days and everyone in the country has indulged to get ready–including our team. The Tulisan team sends you Eid Mubarak’s greeting. On that note, the office we’ll be back on 25th June 2018 and here are the operation hours of our boutiques:

Darmawangsa Square
15-17 June 2018: Closed for Eid Al-Fitr
18 June 2018: Normal operations from 09.00 am to 09.00 pm

Plaza Senayan
15 June 2018: Closed for Eid Al-Fitr
16 June 2018: Normal operations from 12.00 pm to 10.00 pm

Colony Kemang
15-17 June 2018: Closed for Eid Al-Fitr
18 June 2018: Normal operations from 10.00 am to 09.00 pm

Beachwalk Bali
Normal operations from 10.30 am to 10.30 pm (Sun to Thu) & 10 am to 12 am (Fri to Sat)

Wish all of you
a Happy Eid Mubarak 

It’s more than just an Eid wish, for it comes with warm
and loving thought because it’s meant for you.

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