All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi I would like to adjust the columns width to allow each menu to be closer to each other.
Currently it looks like this:
Website is vaqoo.co
Appreciate the help.
Solved! Go to the solution
This is an accepted solution.
Hello @Jerry41
@media screen and (min-width: 1000px) {
.footer__aside {
justify-content: space-evenly;
}
.footer__item-list {
justify-content: space-evenly;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
@Jerry41 Hey, thanks for posting here.
can you please share the link to inspect it, thanks.
This is an accepted solution.
Hello @Jerry41
@media screen and (min-width: 1000px) {
.footer__aside {
justify-content: space-evenly;
}
.footer__item-list {
justify-content: space-evenly;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks