Hey!
So i'm setting up this new website, its pretty simple actually: two images centered in the middle of the page (all with the same size) via full screen slider add-on. now i would like to align the menu to the top of the image. of course i can change the menu's top margin to have it fit to the picture but once i change the height of my browser window it obviously wont fit anymore since the pictures center vertically. is there a way to do it correctly?
thanks in advance!
-
Align Menu to Full-Screen Slider Add-on Images?
-
Hi TK!
There is a simple way to position things in relation to the window height and width.
Maybe that already helps:
for example:
margin-top: -40vh;
or
margin-top: -40vw;
All the best!
Marius