Hi,
How can i make it align on mobile
vertically so it look better.
url - www.portronics.com
Social icons and Footer navigations link.
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (max-width: 768px){
.footer__social li {
margin: 5px 4px 0 !important;
}
.site-footer__linklist a {
padding: 5px 7px !important;
}
.inline-list{
margin-bottom: 30px;
}
}
Hope this works.
Thanks!
Thanks it look better now!