Menu

Login
 

Free Gift Services

1200_EDT_151015_Gift_service_16

It’s hard to believe, but we are already half way through November! The holiday season and all sorts of celebrations are only one month away: office party, school farewell, and Christmas gathering. Plan your vacation and prepare your gift list in advance, so you don’t need to be stressed out with all these year-end events. Tulisan has created a special gift guide with free services. Select any of the items listed in the gift guide below to enjoy our free gift-wrapping services and free delivery for destinations within Jakarta area.

Click here to browse through our Free Gift Services catalog
and follow these easy steps:

Step 1.
Select one from the assortment of 8 exclusive gift-wrap sets. Each set includes a wrapping paper, a ribbon, a greeting letterhead and a matching envelope.

Step 2.
Select any of the five hand-lettered greeting notes: ‘Happy Birthday’, ‘Congratulations’, ‘Happy Holidays’, ‘Love’ and ‘Thank you’.
Then, personalize it with the name of the sender and the receiver.

Step 3.
Select the gift item and fill-in the order form.

Give us a call at +62 (815) 1051 7424
or email us at shop@tulisan.com
if you need further assistance.

Warmest Regards,
Tulisan Clientele Services

1200_EDT_151015_Gift_service_14 1200_EDT_151015_Gift_service_061200_EDT_151015_Gift_service_12 1200_EDT_151015_Gift_service_02
1200_EDT_151015_Gift_service_21

(Photography by Michal Gorzynski)

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