Hello, How do I change the height of the header from 103px to 60px? it seems that is located in some of the template files, but I cannot locate the line code or the template file to make those changes. http://s236.photobucket.com/user/Finyweeny/media/Support%20Customer%20S… Thanks!!
I found it via css, A - Locate your css preset name or number. B - Change the search css #section-header .search-toggle { line-height: 60px; C - Change your logo size D - Change the logo size on the css #section-header .site-logo { border-top: 3px solid transparent; line-height: 60px;
Hello Finy, Yes, you can fix it in css BUT do not do it in .css file, you must fix in .less file (lessc/mainmenu.less). Regards.