Hi,
That can’t be done using theme settings and the height of it is determined by its content. You can try to do it via custom css though and set a minimum height for it, like this: http://screencast.com/t/2blWuXzqrM
.td-header-style-3 .td-top-menu-full {
min-height: 55px;
}
Thanks
Hi,
Please provide more details about what you want to do and also your site URL so I can inspect this.
If you want somthing like this feel free to use this custom css: http://screencast.com/t/TqnbisfS
.td-header-sp-top-menu {
float: none !important;
text-align: center;
}
Thanks!
Hey Alin, here is a link: http://www.sneakerfiles.com/oncourt/
I actually wanted to make the height bigger of the top nav bar but have the text centered within it. Still aligned left, but right in the middle of the bar.
Hi,
You can try this css code: http://screencast.com/t/85w5s0iBk3
.td-header-style-3 .td-top-menu-full {
min-height: 55px;
}
.td-header-style-3 .td-header-top-menu.td-make-full {
padding-top: 12px;
}
Thanks!
Hi,
The css is applied in cascade the old one is overwritten by the new one. Unfortunately this is normal behavior, only what you can do is to add height css directly in the style.css file – http://screencast.com/t/KlxLbbpFTn
Thanks!
Hi,
You have to search that class from screenshot and add min-height there. Also padding css you can try to leave it in Custom Css section from Theme Panel.
Yes, you can try it in the child theme and see if it works. We have changed the child theme system and because of that at the moment some files can’t be overwritten via child theme, but the files from the root of the theme should work. If it doesn’t work, please make you change in the main theme file.
Thanks!
Hi,
Do you use child theme? As you just ask if you can add this in child theme, so if you have activate child theme you have to make this change there(then the css style from child theme is applied), if not it should work in main theme. I also checked this in main theme and it works.
Thanks!
