Tagged: Footer widgets
Hello, there is a bug on our website, footer widgets are stacked next to each other on mobile, rather than being below each other
screenshot – https://prnt.sc/gksy2j
Hey vadikcoma,
Add this to quick css:
@media only screen and (max-width: 767px) {
#footer .flex_column{
width:100%!important;
}
}
Best regards,
Jordan Shannon
Works great,
Thank you!