Tagged: header banner
Hi,
I have been trying to fix this issue but couldn’t find the best result.
Basically i want to achieve http://www.fastartup.com/wp-content/uploads/2017/04/Header-area-sample.png but currently it seemed impossible as the header banner is resizing itself responsively.
If you look at the mobile mode, the header logo looks too small.
I have attached the live site in the private content.
Any help will be much appreciated. Thank you.
Hey fairusd,
Try to add this custom CSS code:
@media only screen and (max-width: 767px) { #header_main .inner-container { height: 150px; } .responsive .logo img { max-height: 100%; }}
Best regards,
John Torvik