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:
In today’s interview, we sat down with @BSS-TekLabs to discuss practical strategies for...
By JasonH Nov 13, 2024The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024