How do I align my links on the footer menu like the bottom picture. Please
Hi @Ryan1998
Would you mind to share your store URL? Thanks!
https://48dyu1ahn79embuu-79995306313.shopifypreview.com This if that doesnt work
Thats my other store but I forgot what code I used, try this other link and its for mobile not desktop
Hello @Ryan1998
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.
Thanks but still the same ![]()
Oh, i cant see the footer now. Im in the middle edit.
Hi.
Based on what I understand, you want to make the footer links of the website below into a single line only on mobile devices! If this is correct, by adding the following codes to the bottom of the ‘base.css’ file, you will solve this issue. If you do not upload it to the bottom of this file, the codes will not work. I’m also providing you with the links and images! Let me know if you still cannot do it.
Terence..
https://getshogun.com/learn/edit-css-shopify/
https://48dyu1ahn79embuu-79995306313.shopifypreview.com/
@media (max-width: 771.98px){
.footer-block.grid__item:first-child {
width: auto !important;
}
}



