Menu

Login
 

Suwun from London!

WP_JOU_140826SUWUN_01

On August 17th, a new concept store at London was launched to celebrate products which crosses the ideals between gender, fashion, and ethics. Duo owner, Tigana Sari and Egle Rutkausk in their recent introduction believes, “By focusing on non-gender specific products, we provide a welcoming and non-judgemental environment for anyone who believes that style is beyond gender.”

They have carefully curated products which personally speak to their interest in supporting independent artists, makers, and embraces the thought of consuming thoughtfully and ethically. The products are sourced by working with people and brands from London and around the world to advocate a discussion on producing ethically – in hopes it can also build connections between fellow creators.

If in London, be sure to make your way there and take a peek at the Tulisan products they have nicely displayed at their store.

Suwun
Netil Market E8 3RL
13-23 Westgate Street
E8 3RL London, United Kingdom

WP_JOU_140826SUWUN_02 WP_JOU_140826SUWUN_03 WP_JOU_140826SUWUN_04

WP_JOU_140826SUWUN_05

WP_JOU_140826SUWUN_06

Text by Athina Ibrahim
Photography courtesy of Christa Holka 

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