Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #232105
    byaron22
    Participant

    I would like to get my header image to match up with width of the navigation menu. Also, I would like to remove the space between the header and navigation menu to have no gap.

    #232106
    byaron22
    Participant

    Here is the link to website: http://www.colbypullers.com

    #232123
    Skandha
    Participant

    @byaron22: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header .wrapper {
        padding: 0;
    }
    #wp-custom-header img {
        display: block;
    }

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

    #232169
    byaron22
    Participant

    Perfect, that fixed it! Thank you much!

    #232214
    Skandha
    Participant

    @byaron22: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header Image Full Width’ is closed to new replies.