How can I position social media icons in the Dawn theme sidebar?

Hi, I use dawn theme. I’m looking for position my social icon in the sidebar as the screenshot… someone can help please ?

@hedo
can you share your store url?

Hello @hedo

It’s GemPages support team and glad to support you today.

To provide you with the most precise solution in this case, could you please share the store link?

https://hedonismstore.co/password

pass cheche

@hedo

unfortunately, there is no setting this social in the customize theme
you can find the code in header.liquid

@hedo
put below css into base.css file(online store->themes->edit code->assets->base.css)

ul.list.list-social.list-unstyled {
    justify-content: center;
}

Got it all good. Thank you.

do you think possible to make the entire menu I showed you ?

@Ujjaval