Hi there, I would like for the header to be deeper, can you please tell me how to do this? Thank you. Jenni
Hello ! Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .main-content { background-Color: #fff; margin-top: 30px; overflow: visible; box-shadow: 0px 0px 3px #818085; } .header { padding-top: 30px; background-color: currentcolor; } This will solve your issue. Thanks & Regards Naveen Kolhe Note for Everyone: Please create your separate threads while asking technical issues. Do not post in someone else's thread. Start your own topic. It will easier for us that way to provide you precise and on time support.
Hi there, How deep will this make the header in total? Can i change the amount if i want to? Is this adding another 30 pixels on top of the 90 pixels depth? Thank you, Jenni