Home › Forums › WoodMart support forum › height of the header height of the header This topic has 7 replies, 2 voices, and was last updated 6 years, 8 months ago by Elise Noromit. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts October 29, 2018 at 12:29 pm #85892 formarketingParticipant Hello, how can I increase the height of the header with the logo up to 400px? Best Regards Chris October 29, 2018 at 12:49 pm #85912 Elise NoromitMember Hello, Try to add this code to the Theme Settings > Custom CSS: @media (min-width: 1025px){ .whb-general-header-inner { height: 400px; } } You will get the result like this http://prntscr.com/lbshwh Best Regards October 29, 2018 at 1:08 pm #85918 formarketingParticipant I’ve pasted the code, but unfortunately it does not work 🙁 Can you help? 🙂 October 29, 2018 at 2:15 pm #85937 Elise NoromitMember Hello, Please provide me your site admin access. Best Regards October 29, 2018 at 2:28 pm #85942 formarketingParticipant Thanks a lot! One more question. How can I now increase the logotype to the same size with the header? 🙂 October 29, 2018 at 2:34 pm #85945 Elise NoromitMember Hello, You will need custom CSS for Logo as well. You have not provided admin access. As soon as you do, I will give you custom CSS Best Regards October 29, 2018 at 2:43 pm #85950 formarketingParticipant administrator access in Private Content 🙂 October 29, 2018 at 3:39 pm #85957 Elise NoromitMember Hello, The code I have provided worked and I have added the code for the logo .whb-general-header .woodmart-logo img { max-height: 400px; } Best Regards Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register