• Resolved bryanaquino22

    (@bryanaquino22)


    I want to put a banner the width of the entire website, putting a logo on customization won’t let me do the entire width. Is there any way that’s possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi bryanaquino22,
    It requires a little tweak to accomplish what you want in style without modify the theme.
    Go to “Appearance > Customize > CSS”, and drop this code will do the magic

    .title-area {
        padding: 0px;
    }
    .site-header > .wrap {
        padding: 0px;
        max-width: 100%;
    }

    It’s easy, isn’t it?

    Cheers,
    Sumo

    Thread Starter bryanaquino22

    (@bryanaquino22)

    haha thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image for the header’ is closed to new replies.