Hi,
I cannot change the header height in either template styles or with custom code. I used to be able to just specify the height in the template styles, but this is no longer working. I added custom code and it still does not increase the height of sp-header. What am i doing wrong?
https://awdtest1.com/images/header-size.png
The custom code i added is :
sp-header {
height: 100px !important;
left: 0;
position: relative;
top: 0;
width: 100%;
z-index: 99;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
For the last few years, I have always been able to adjust the logo and header size and height through template styles, now you can't seem to do that. Is there some reason for this?
Thanks.