Hi Guys, the default column sizes of the header don’t make sense to me, I need to change them but is the best place in custom css?
This is what’s there:
.header-xstore .header-logo {width: 25%;}
.header-xstore .menu-wrapper {width: 66%;}
.header-xstore .navbar-header {width: 25% !important;}
But what I need is closer to:
.header-xstore .header-logo {width: 15%;}
.header-xstore .menu-wrapper {width: 75%;}
.header-xstore .navbar-header {width: 10% !important;}
Will doing this cause problems?