Footer Design

Hi, can anyone help me design the footer and the bottom bar
now, it loom like this

but i want it to look like as pic below

which means centered copyright, social media icon n the size of the footer n bottom bar
pls help

Hi @Sheeks ,
Step 1: Go to Shopify Admin β†’ Online Store ->Theme β†’ Edit code

Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file β†’ Save

.copyright-content {
    text-align: center !important;
    padding-bottom: 30px !important;
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

great!
but can i ask more help?
above the footer, there is section with bigger padding with centered social media icon right? can u help me with that too…

Hi @Sheeks , Currently I check and your footer does not have social network icons

nono, the reference pic has it, but mine didnt have it. mine only has single block at the bottom right, but for the rerence has two: one for social media icon another the copyright. i want to do like them. is it possible?