Dear @Richard
oh I didn't see your reply until now, thank you!
Well yes, I did change it so it would kind of work in the meantime.
Actually it looks like this
Screenshot7.jpg
As you can see, the submenu text continues out of the frame.
A friend of mine helped me with this css before the update that added the submenu option:
/* STYLING SUBMENU */
.sub-menu ._MenuARKI {
font-size: 1.75vw;
padding-right: 2vw;
}
nav.laynav .sub-menu {
white-space: normal;
}
body[data-type="project"][data-id="921"] nav{
display: none !important;
}
Before that update (with the submenu option), it worked perfectly fine, but now the "white-space: normal:" doesn't seem to work anymore. Before that, the submenu would start on the left side of the frame right underneath the most left Menu point (here "PROJECTS") and right under the most right menu point ("CONTACT") there would be a line break and the submenu point would continue in the next line, on the left side again.
Do you have any idea why that doesn't work anymore??
All the best and thank you for responding!!
Kilian