This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
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?
Hello,
You can add the code in Theme Options > Styling > Custom css or in style.css file of your child theme.
Also, check Smart menu option in Theme Options > General > Header Settings.
Regards
So it’s ok to make structural changes like this, thanks!.
d
You’re welcome!
Feel free to ask if you have any other questions.
Regards
You must be logged in to reply to this topic.Log in/Sign up