Hi,
First of all thanks for the great job, I have always been pleased with the support here :)
Now, my site header area height changes when the window size goes below a certain size. This is out of step with the menu transition from desktop to mobile version button.
The order from largest to smallest window size is -> menu changes to mobile mode -> header height increases.
This causes my logo to be cropped in the larger window sizes.
Thanks for the help!
Hi!
Can you post a screenshot of the issue? i’m not really noting it on my end.
Regards,
Josue
Hi,
Here is a link to the images. Note that the top of the header shifts at some point as I shrink the window width.
Thanks!
Hey!
Try adding this code to the Quick CSS:
#header_main {
height: 90px;
}
Cheers!
Josue