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.
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.
@Jerry41 Hey, thanks for posting here.
can you please share the link to inspect it, thanks.
Hello @Jerry41
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
and add this code at the end of the file.
@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