I am using the theme called Trade. It would be great if they are centre without the gap and a slightly smaller font size. Does anyone have a resolution for this?
Hello @CharlieWelve
Can you share store URl?
Hello @CharlieWelve
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->section-footer.css>add this code at the bottom of the file.
.footer-block__details-content .list-menu__item--link {
font-size: 1.2rem !important;
}
.footer__content-top.page-width {
padding: 0 14rem !important;
text-align: center !important;
}
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.


