gbby Posted May 3, 2021 Share Posted May 3, 2021 Site URL: https://www.phlaff.org/festival/2021/film-guide Hi everyone, I have many tags that I would like to give my viewers the option to sort through, but when they open the archive drop down, the entire list pushes down all the page elements. I would rather the list open the same way a main navigation submenu 'hovers' over the other page elements. Anyone know a solution? Thank you for your help. Link to comment
tuanphan Posted May 4, 2021 Share Posted May 4, 2021 21 hours ago, gbby said: Site URL: https://www.phlaff.org/festival/2021/film-guide Hi everyone, I have many tags that I would like to give my viewers the option to sort through, but when they open the archive drop down, the entire list pushes down all the page elements. I would rather the list open the same way a main navigation submenu 'hovers' over the other page elements. Anyone know a solution? Thank you for your help. Try adding to Design > Custom CSS /* Achieve block move down */ .archive-block-wrapper[open] ul { position: absolute; z-index: 999; background: #f2ebe3; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
gbby Posted May 4, 2021 Author Share Posted May 4, 2021 (edited) 31 minutes ago, tuanphan said: Try adding to Design > Custom CSS /* Achieve block move down */ .archive-block-wrapper[open] ul { position: absolute; z-index: 999; background: #f2ebe3; } Hi, thanks for your suggestion! I think it's close but not quite there; the page elements aren't pushed down anymore, but the drop open appears to open behind the blog index now. Edited May 4, 2021 by gbby Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment