Move Social Media Icons in Footer Dawn Theme

Hello, I am trying to move my social media icons in the footer of my website to be the bottom right of the footer. How can I do that?

In the picture, it shows where it currently is, and circled is where I would like it to be.

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Hello @SimonSmith ,

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

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

1 Like

@SimonSmith
Put below css into base.css file at the top of the file(Online store->themes->Edit code->assets->base.css)

.footer__list-social.list-social:only-child {
    justify-content: right !important;
}

This worked perfectly however, I wondered if you could provide some further insight how to shift social icons to sit under the footer heading and shift the heading over to the right? as per screen shot. Thanks so much :slightly_smiling_face: