Home Forums WoodMart support forum Header Banner Display Issues: Works on Portrait formatr , Not on landscape forma

Header Banner Display Issues: Works on Portrait formatr , Not on landscape forma

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #596731

    kaubene
    Participant

    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.
    #596857

    Hung Pham
    Keymaster

    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,

    #597036

    kaubene
    Participant

    Thank you for your feedback, I will send it to:

    #597038

    kaubene
    Participant

    URL

    #597226

    Hung Pham
    Keymaster

    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,

Viewing 5 posts - 1 through 5 (of 5 total)