• paowee otter

    (@paowee-otter)


    Hi,

    I’m new to wordpress and making websites. This is a link to my site swtorboard.org and i was wondering if there is a way to make my logo occupy the space up top. I understand that that space is where the Text goes if i write a text/site title. I would like my website to have a header banner that is similar to this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • downtimeinc

    (@downtimeinc)

    add this to your style.css at the bottom

    #site-logo img {
    width: 100%;
    }

    should get you headed in the direction you want. you’ll want to make sure your image is large enough so as not to get pixelated from scaling up. hope this helps

    WPyogi

    (@wpyogi)

    Changing theme files is not a good way to make changes – use a child theme or custom CSS options/plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Question about how to modify the front page banner’ is closed to new replies.