Hi @tuanphan! Yes exactly, I also want to be able to click on the WORK and than be directed to "All works" (frist in the menu). I suppose with Code Injection something is possible, but I thought to figure it out in CSS. Any help or tips?
Hi everyone,
I hope you can help me with an issue. On my website frameplay.tv I use a dropdown menu. Unforunately the main folder is not clickable. I found a tutorial that advised to extend the clickable padding of the first item. But it won't work. Anyone knows the solution?
Here is the code from this tutorial: .header-nav-folder-item:first-of-type a { padding-top:2rem; margin-top:-2rem; }