Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How do I move the footer menu lower - dawn theme

How do I move the footer menu lower - dawn theme

gpeezy
Tourist
15 0 2

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.

Screenshot 2024-01-27 at 9.19.05 pm.png

Replies 20 (20)

Sweet_Savior_3
Shopify Partner
1361 104 144

Hello @gpeezy 

Can you send me your store URL?

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!
gpeezy
Tourist
15 0 2

voleurdetemps.com

Made4uo-Ribe
Shopify Partner
9039 2160 2665

Hi @gpeezy 

Its password protected. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
gpeezy
Tourist
15 0 2

the password is vdt12345

Sweet_Savior_3
Shopify Partner
1361 104 144

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.

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!
Made4uo-Ribe
Shopify Partner
9039 2160 2665

Thanks for the info, Do you mean like this? 

Made4uoRibe_0-1706353029772.png

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
gpeezy
Tourist
15 0 2

I added it to the base.css file, but it didn't change anything

Made4uo-Ribe
Shopify Partner
9039 2160 2665

Its password protected. If it didnt change anything even one of the code your base.css have problem. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
gpeezy
Tourist
15 0 2

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 

Made4uo-Ribe
Shopify Partner
9039 2160 2665

Your lacking curly bracket here. 

Made4uoRibe_0-1706393683455.png

Add closing bracket like this. 

Made4uoRibe_1-1706393724927.png

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
gpeezy
Tourist
15 0 2

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 😞

Made4uo-Ribe
Shopify Partner
9039 2160 2665

Oh, add closing bracket on this one. 

Made4uoRibe_0-1706395296666.png

Like this.

Made4uoRibe_1-1706395398440.png

And delete this extra curly bracket 

Made4uoRibe_2-1706395440811.png

It should be like this. 

Made4uoRibe_3-1706395479023.png

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. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Made4uo-Ribe
Shopify Partner
9039 2160 2665

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. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
gpeezy
Tourist
15 0 2

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!

Made4uo-Ribe
Shopify Partner
9039 2160 2665

Still cant see the change on my side. 

The ScreenShot Ive provide is not correct position? 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
gpeezy
Tourist
15 0 2

No I mean the terms have moved but not into the correct position. Here is a photo of desktop view and mobile view.Screenshot 2024-01-28 at 10.05.12 am.pngScreenshot 2024-01-28 at 10.04.50 am.png

Made4uo-Ribe
Shopify Partner
9039 2160 2665

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:

Made4uoRibe_0-1706397089349.png

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
gpeezy
Tourist
15 0 2

Sorry, I must be doing something completely wrong 😞 I have just added the code in and again it didn't work

gpeezy
Tourist
15 0 2

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

gpeezy
Tourist
15 0 2

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!!!!