-
Author
-
October 9, 2014 at 14:30 #31167
Mj
ParticipantI have been looking for a solution, without success. I found these topics:
https://archived.seventhqueen.com/forums/topic/header-height
https://archived.seventhqueen.com/forums/topic/kleo-setting-header-height-defining-navigation-font-size
https://archived.seventhqueen.com/forums/topic/header-size-add-menuBut I couldn’t find a way to reduce the size of the main header from line-height 88 to 44.
Any suggestions?
October 9, 2014 at 14:38 #31169Mj
ParticipantCOPY CODE.kleo-main-header .navbar, .kleo-main-header .navbar-collapse ul { line-height: normal; }does not work.
October 9, 2014 at 18:16 #31203Catalin
ModeratorHello,
Add this in your style.css file from your chilf theme:
COPY CODE.top-banner { padding:0 !important; height: xxpx !important; }where xxpx is the new size you want to add.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 9, 2014 at 22:45 #31217Mj
ParticipantThis code is related to the extra container I added to my template. But I do like to reduce the height of the header, not the container below the header. The one with 88px height.
October 10, 2014 at 09:46 #31246Mj
ParticipantProbably it’s more easier to check out the result on the ‘explore’ page: http://beatjudge.com/music/explore/
(password: beatcoin)
The header is too high.
October 10, 2014 at 10:58 #31247Catalin
Moderatorplease send me admin credentials to your website… reply as private for security reasons. 10x
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 11, 2014 at 03:10 #31392Abe
KeymasterHello, to reduce it try with:
COPY CODE.kleo-main-header:not(.header-scrolled) .navbar-header, .kleo-main-header:not(.header-scrolled) .navbar-collapse > ul > li > a { line-height: 44px !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 11, 2014 at 13:33 #31413Mj
ParticipantIt is almost perfect, please check this video: http://youtu.be/oR2HLxjY5ns
There is a small transition left between the sticky and un-sticky main menu.October 12, 2014 at 00:05 #31446Abe
KeymasterThen try:
COPY CODE.kleo-main-header .navbar-header, .kleo-main-header .navbar-collapse > ul > li > a { line-height: 44px !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 14, 2014 at 14:39 #31679Mj
ParticipantThanks, that’s working. I added the logo, but this is still resizing: http://youtu.be/kM7OnpxDkEI
Could you tell me how to disable this?
October 15, 2014 at 11:34 #31780Mj
ParticipantAlso, these line-height css settings are affecting the mobile view as well. 🙁
October 15, 2014 at 14:21 #31802Abe
Keymaster@woekerzee
It just stroke me 🙂 Why don’t you disable the logo resize on scroll from Theme options – Header and upload your logo 50% height smallerHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘Unable to reduce the height of the header’ is closed to new replies.