Logo adjustment on ella
Go to this file: theme-styles-responsive.scss.liquid -> Paste below css at the end of file:
@media (max-width: 360px) {
.header-mb {
.header-mb-middle {
@include calc(width, '100% - (120px + 80px)');
@include justify-content(center);
padding-left: 0;
.header-logo {
padding: 0;
}
}
}
}
Public Last updated: 2019-08-29 02:55:14 AM