• Resolved markwayneallen

    (@markwayneallen)


    I’m having trouble getting the header image moved up. There’s like an two inches of white space at the top of the screen, way too much.

    The other issue I’m having is all of the white space on the screen. I can’t figure out a way to make the background image visible throughout the screen.

    I know it’s probably in header.php and the style sheet, but the programming is complicated.

    Website: https://d25323745.t275.easykhosting.com/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Michael

    (@alchymyth)

    the white is already gone.

    for the header image, try:

    .header-image { margin-top: 0.5em; }
    .site-header { padding-top: 1.5em; }

    play with those numbers…

    you might need to use @media queries (see style.css of your theme Twenty Sixteen) to adjust those numbers depending on the browser screen size.

    Thread Starter markwayneallen

    (@markwayneallen)

    Yeah, late last night, I removed the white late last night. It seems that I can’t enter the keys you into the bottom of style.css …. I’m a web designer that has just started using WordPress.

    It’s proving to be a challenge to get used to.

    Thread Starter markwayneallen

    (@markwayneallen)

    I added the CSS, but nothing changed. What now?

    Thread Starter markwayneallen

    (@markwayneallen)

    As I looked through the CSS, I noticed multiple definitions of each of these keys.

    Thread Starter markwayneallen

    (@markwayneallen)

    Ha! I figured it out. I added it to the Custom CSS.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Move header image up & make background image visible’ is closed to new replies.