Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #301872
    codyrobertsmedia
    Participant

    I don’t know why my website header is cut off. Someone please help me. The picture is in 16:9 dimensions. I can’t figure it out.

     

    https://imgur.com/a/0WMY67R

     

    http://www.codyrobertsmedia.com

    #301890
    Skandha
    Participant

    @codyrobertsmedia: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header .wrapper::before, .custom-header .wrapper::after {
    display: none;
    }
    .has-header-media .custom-header-media .wp-custom-header img {
    display: block;
    }
    .has-header-image.home .custom-header-media {
    height: unset;
    }
    .custom-header-content {
    display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #301918
    codyrobertsmedia
    Participant

    it still doesnt work the picture does not fill in the entire website header. how do i do this? also, how do i fix the logo at the bottom of my page so it is centered? thank you

    https://imgur.com/a/dTbBNyX

     

    The logo may look centered but it is not centered! I put it in a 1/3 column in the center but it is still off.

    #301942
    Skandha
    Participant

    @codyrobertsmedia: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .has-header-media .custom-header-media .wp-custom-header img {
    width: 100%;
    height: 100vh;
    }
    .header-media .wrapper {
    max-width: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #301945
    codyrobertsmedia
    Participant

    It does nothing when I click customize…. Please help me……….

    #301947
    Skandha
    Participant

    @codyrobertsmedia: Hello there,

    I have added the code in your site. Can you please check now?

    Kind Regards,
    Skandha

    #301976
    codyrobertsmedia
    Participant

    The header photo is now disproportionately stretched. The logo on the bottom of the page is not centered.

    #302018
    Skandha
    Participant

    @codyrobertsmedia: Hello there,

    I have fixed the issue on your site. Can you please check?

    Kind Regards,
    Skandha

    #302022
    codyrobertsmedia
    Participant

    you are so smart thank you for fixing it

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Why is my website header cut off?’ is closed to new replies.