In the Traffica theme, there is a "dead zone" at the top of the header. My logo image can't extend to the top of the header. Instead as I make it larger it pushes the bottom of the header down. Is there any CSS settings to allow the logo to extend up to the top of the header? Rick http://barnatstratford.org/wp/
Hi Rick, Greetings from InkThemes, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header .logo { margin-top: 22px; margin-bottom: 20px; } Note:- The numeric values in the above code is the one which is presently set in your theme. Kindly first change it according to your requirement and then paste it in the appropriate place. Hope this helps...! Thanks & Regards! Nitin InkThemes.com
Nitin, Thank you. That opened up the space I needed to increase the logo img height to 76px without expanding the header. Code: .header logo img { height: 76 px; } Rick
Hi Rick, Hope you are doing good....! I really appreciate your efforts in exploring the things and sharing your knowledge here. It seems that your issue is now resolved. Let me know if you have further doubts so that I can assist you. Thanks & Regards! Nitin InkThemes.com