Home Forums WoodMart support forum Header Title

Header Title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #656967

    shweta
    Participant

    Hello Team,
    I am using a custom header title image on my website, but I am facing an issue. When I checked the banner, the image height was not displayed fully. My banner size is 1920px wide and 900px high. Could you please help me with this issue? It’s very urgent for me. I have attached a screenshot for your reference.

    Attachments:
    You must be logged in to view attached files.
    #657093

    Hello,

    The image height appears cropped because the page title section’s height depends on the content inside it, not the full image height itself. Currently, the section has spacing set with this CSS:

    div.title-size-large {
        --wd-title-sp: 150px !important;
    }

    This means there is around 150px padding vertically, which is not enough to show your full 900px height image. This way, the image will show perfectly in the page title section.

    Best Regards,

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