• Resolved penguin7751

    (@penguin7751)


    On my website here:
    https://www.traveltogrow.com/

    What Im trying to do is move the image where we are all jumping in the air higher because there is too much white space between that and the links above.

    im not sure if this is possible though based on how the template was layed out… The widgets on the left seem to move with it if i try anything… but im also not sure the proper way to do it.

    Does anyone know what to do?

    Thanks!

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

    If you imagine your nav area as a box, this actually extends to the bottom half of the illustration of the stacked photos (presumably as background image to the nav). So, the white space above is actually all part of the height of the nav container.

    Best solution I think is to add the following to your stylesheet:

    .post {
      position: relative;
      bottom: 70px;
    }

    This simply shifts the post container up by 70px. You’ll probably want to test this across browsers to be sure it looks correct.

    Cheers

    J

    Thread Starter penguin7751

    (@penguin7751)

    you sir… are a genius!
    looks fine in all browsers too~

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tricky? Little layout problem’ is closed to new replies.