• Hi,
    in the header area of https://www.mickeydork.com, I reduced the size of the header, then duplicated the code to insert another header image (so that I have two) and then I positioned it using CSS (position: relative; left: 450px etc–not the preferred way with floats, but I couldn’t figure out how to implement that)

    anyways, now that I’ve moved the second header from below the first (where it automatically went once I copied it) it’s left a space, as you will see, between the header area and the content area, which I don’t know how to get rid of?

    any ideas? thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter helenspacegirl

    (@helenspacegirl)

    i fixed it one way by adding a position: relative; top: -200px; CSS command and it seemed to work, but I’m concerned this might not be the best way to fix this type of problem…any better suggestions please let me know

    Thread Starter helenspacegirl

    (@helenspacegirl)

    actually, it didn’t fix the problem, because now there’s a huge space between the content box and the footer?? anyone?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘eliminate this space?’ is closed to new replies.