If you want to centre the logo on mobile view add the following CSS:
/* CENTER MOBILE LOGO */
@media screen and (max-width: 980px) {
.logo_container {
text-align: center!important;
}
}
If you want to centre the logo on mobile view add the following CSS:
/* CENTER MOBILE LOGO */
@media screen and (max-width: 980px) {
.logo_container {
text-align: center!important;
}
}