• I’ve gotten my image to display behind my nav bar as I wanted but I’m not sure of the best practices for creating the space to show the background image. Right now it’s doing so by a large bottom margin I added to the top navigation. Is there a better way to do this? (horizontally display more of my background image)

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • hi @ginmonty,

    If it looks the way you want it to, and works on multiple browsers -and with minimal code, I’d say that’s pretty good practice.

    You’ve limited the large image to the home-page only – so that’s good.
    And you’ve limited the margin to the home page, too.
    So, it seems to work well enough.

    You might want to consider using percentage (say,25%), instead of 445px.
    Using percentage will allow the large image to scale down a little on smaller screens. But that’s totally design preference.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Make Space to Display Background Image’ is closed to new replies.