All things Shopify and commerce
Hi. I want to make my Footer menus aligned on top. Can someone help me on this?
Solved! Go to the solution
This is an accepted solution.
@TinColensthis should do the trick:
<style>
@media screen and (max-width: 767px) {
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
align-items: flex-start !important;
}
}
</style>
hi @TinColens , could you share a link to the store?
Otherwise you can try:
Hi. Here it is:
https://browsxrosi.myshopify.com/
I want it to be like this website in desktop and mobile view:
This is an accepted solution.
@TinColensthis should do the trick:
<style>
@media screen and (max-width: 767px) {
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
align-items: flex-start !important;
}
}
</style>
Hi, again. It worked and aligned the menus on top. But, it still looks like these on desktop and mobile view:
Give this a try:
<style>
@media screen and (max-width: 767px) {
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
align-items: flex-start !important;
}
.footer__blocks-wrapper {
flex-wrap: wrap !important;
}
.footer__blocks-wrapper > .footer-block:not(.footer-block--menu) {
width: 100% !important;
}
}
</style>
Hi. What I mean was I want to add a clickable logo and details. It will look like this in desktop view:
and this when in mobile view:
User | RANK |
---|---|
34 | |
23 | |
19 | |
18 | |
14 |
This blog post is a recap of the webinar Getting Ready For BFCM: How To Run A Flash Sal...
By Jacqui Oct 3, 2023Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023