Help > Layout & Coding Help > Post Reply     

code tips/help

Player Avatar
vanity πŸŽ€
January 11th, 2022 12:37:15pm
306 Posts

How do you get the image to be at the very top of the page ?


and then move the nav to overlap image (to the right as to not overlap the credit)




Vanity-Fjord.png 6h5drue.png

 


View Comments 1


Player Avatar
N.adhima 🚜 Vote Atlas 4 mascot!!
January 14th, 2022 9:27:26pm
2,024 Posts

Find the section in the css box on your page for the "menu"

Make sure it includes this:

margin-top: 0px;

margin-left: 100px;

And you'll have to play around with the numbers where I used 0 and 100 as space fillers here. Might have to used negative numbers sometimes depending on where you're trying to put it.




bdpl7pW.png

 

View Comments 1