A space to discuss online store customization, theme development, and Liquid templating.
Hi, I'm using Dawn 2.0 theme. I want to edit my footer-blocks width, so I will receive:
- Menu: 25% width
- Contact us 50 % width (Increase the width)
- Follow us 25% width (Reduce the width)
- I want the Follow us part to be in the right of the last part (Contact us)
How can I solve it?
Thanks
Solved! Go to the solution
This is an accepted solution.
Hi @ZestardTech ,
No need to solve this, @iCart_App already solved that for me via this link.
Thank you @iCart_App
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
@media(min-width: 768px){
.footer .footer__content-top{ display: flex; align-items: flex-start;}
.footer .footer__content-top .grid{ width: 75%;}
.footer .footer-block--newsletter{ width: 25%;}
}
Hi @ZestardTech
It almost works well. As you can see, the "Follow us" is not on the same height as the others.
This is an accepted solution.
Hi @ZestardTech ,
No need to solve this, @iCart_App already solved that for me via this link.
Thank you @iCart_App