Jump to content

7.0 Brine / Sonora - How to make archive drop down appear on top of blog thumbnails instead of pushing page elements down?

Recommended Posts

  • Replies 2
  • Views 209
  • Created
  • Last Reply
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
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.

Screen Shot 2021-05-04 at 10.55.03 AM.png

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.