Menu

Log in
 

Tulisan by Plus 62 opens in Singapore!

580x580_MOGSING_05

We have landed to the centre of the metropolis shopping centre of Singapore – Orchard Road – and have scaled up our presence through newest store Tulisan by Plus 62, our Singaporean distributor organised nicely by Ima S Chambers, Richard M Hurst, and Farah S Suraputra.

This wide space store located at Mandarin Gallery Orchard is home to a blend of renowned international brands around it. The store’s presence resembles an elegant gallery on its own with the placement of Tulisan Giclee’s — featuring the classic ‘Delightfully Yours’ to the selection of the latest ‘Anima’ —  up on the wall around it.

The store is a visible sight on the shopping arcade floor as we are welcome to a store with no doors but an open space and ceiling and all its vibrant colors of the Marigold Knit, Luca, Plume, and Wonder Collection.

Tulisan’s store by Plus62
Mandarin Gallery Orchard Unit 4-28, 333A
Orchard Road, Singapore 238897
Opening hours: 11 am – 9 pm

580x580_MOGSING_02

580x580_MOGSING_01580x580_MOGSING_03580x580_MOGSING_04

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