Help > Layout & Coding Help > Post Reply
code tips/help
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) |
View Comments 1
🎄 Feliz NADvidad {نعيمة} ✝️🎄 Merry CHRISTmas! 🎄 January 14th, 2022 9:27:26pm 2,264 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. |
View Comments 1