Header Banner Display Issues: Works on Portrait formatr , Not on landscape forma
-
Hello,
I have a problem with the header banner. It is sometimes not displayed correctly on my normal desktop, but on my second monitor, for example, which is portrait, the banner is displayed correctly. How can I solve this?
Attachments:
You must be
logged in to view attached files.
Hi kaubene,
Thanks for reaching to us.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
Thank you for your feedback, I will send it to:
Hi kaubene,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for Desktop:
div.header-banner{
height: 247px;
}
.header-banner-enabled div.website-wrapper {
margin-top: 247px;
}
div.header-banner {
z-index: 1;
overflow: visible;
}
Regards,