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.
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:
Open your theme.liquid theme file
Paste the below code before
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
@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;
}