• Resolved tchen200

    (@tchen200)


    Hi,

    My website is included in my profile, I have two questions, one about the Jetpack Logo and the other about the footer.

    For the logo, is there a way to remove the white space around the logo?

    And for the footer, is there an empty bullet point list. How would I remove this?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there!

    For the logo, I’d recommend using a Header Image instead.

    On Sela, Header images are a bit narrow, and dependent on the site title and the tagline.

    I took a look at your image, and if you set it as a header, this CSS should keep it from getting cut off on different screen sizes:

    .site-branding {
        height: 407px;
    }
    @media screen and ( max-width: 1060px) {
        .site-branding {
            height: 31vw;
        }
    }
    
    @media screen and ( max-width: 600px) {
        .site-branding {
            height: 24vw;
        }
    }

    Give that a try and let me know what you think!

    The bulleted list in your footer is the theme trying to fill in the Social Media Menu – check under Menus in your Customizer, and make sure that menu location is either empty, or has an active menu in it.

    Thread Starter tchen200

    (@tchen200)

    Hi Chad,

    Both of your solutions worked, thanks!

    My pleasure!:)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Jetpack Logo and Footer Help’ is closed to new replies.