Penguin7751
Member
Posted 2 years ago #
On my website here:
http://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!
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
Penguin7751
Member
Posted 2 years ago #
you sir... are a genius!
looks fine in all browsers too~
thanks!