Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
How do I move the footer menu (contact & terms) lower, next to the social media icons?
How do I remove the separator line?
I am strugging to do this.
Thank you.
voleurdetemps.com
Hi @gpeezy
Its password protected.
the password is vdt12345
Hello @gpeezy
I have checked with your store it need some modification in the code. So for that better you can hire a theme developer that will do the modification in the code.
Thanks.
Thanks for the info, Do you mean like this?
If it is, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (min-width: 750px){
.footer__content-top.page-width {
display: flex;
gap: 2%;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
order: 3;
align-items: flex-end;
}
.footer-block--newsletter {
flex-grow: 1;
}
.footer__content-bottom {
border-top: 0px !important;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
I added it to the base.css file, but it didn't change anything
Its password protected. If it didnt change anything even one of the code your base.css have problem.
I just changed the password back. If I have messed up the code previously , how can I fix it now? The code you gave me didn’t work
Your lacking curly bracket here.
Add closing bracket like this.
And Save. Refresh preview after saving.
FYI, the code I gives only shows in the desktop. In the mobile it would smash them.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
I'm not sure what I am doing wrong. I have just added the bracket as you have shown, but again it did not change. Sorry 😞
Oh, add closing bracket on this one.
Like this.
And delete this extra curly bracket
It should be like this.
It must always have a open and closing curly bracket. Youll know if they have partner or not cause if you click them it will hight light there partner.
If this wont solve try to paste my code in the "section-footer.css" its on the Asset folder.
Please be carefull not to miss anything if it will then next code will be afftected. Simple period, semi-colon, bracket will not complete it would ruin the design in your store.
Seems like im not solving one problem here. Im also cleaning your base.css code. 😄 I hope it will help. Or if you cant clean it then your base.css would be useless you need to hire developer to clean it.
Thank you so much. It seems to have changed now but not in the correct positions for both desktop and mobile view. Is there something else I need to change? Your help is much appreciated!
Still cant see the change on my side.
The ScreenShot Ive provide is not correct position?
No I mean the terms have moved but not into the correct position. Here is a photo of desktop view and mobile view.
Can you paste the code in the other file.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme.liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
@media only screen and (min-width: 750px){
.footer__content-top.page-width {
display: flex;
gap: 2%;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
order: 3;
align-items: flex-end;
}
.footer-block--newsletter {
flex-grow: 1;
}
.footer__content-bottom {
border-top: 0px !important;
}
}
</style>
And Save.
Code placement:
Sorry, I must be doing something completely wrong 😞 I have just added the code in and again it didn't work
Sorry to bug you.
I have just now updated the theme to new dawn update. So my old theme and changes are not applied now.
Could you please take a look now, and let me know how to fix it? Sorry again
Hey!
With my updated dawn theme, this worked 🙂 but it only worked for desktop.
Is there a way to now put the contact and terms under the social icons for mobile view?
Thank you!!!!
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024