# How to position bulk action element

**URL:** https://community.weweb.io/t/how-to-position-bulk-action-element/9444
**Category:** How do I?
**Tags:** design, css
**Created:** [June 29, 2024, 10:01am UTC](https://community.weweb.io/t/how-to-position-bulk-action-element/9444 "2024-06-29T10:01:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![FHEXL](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/fhexl/32/13607_2.png) [@FHEXL](https://community.weweb.io/u/FHEXL)
#### Post date: [June 29, 2024, 10:01am UTC](https://community.weweb.io/t/how-to-position-bulk-action-element/9444/1 "2024-06-29T10:01:48Z")

</div>

Hi there,

I have a table with a record multi-select. When a selection is made I want to show a small element that is sticky at the bottom of the screen, like in the image below.

 ![image](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/2X/a/a4379a4f3ec3d6bb2fff0f657a67c2a7503e2dc9.png)

What is the best approach in Weweb. A modal without backdrop is an option, but rather i would just use a div.

Should I put that div in a separate section element or can I just use a div placed anywhere on the canvas with a z-index and absolute positioning?

Thanks for the tips.

---

<div class="post-metadata">

### Author: ![luka](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/luka/32/1571_2.png) [@luka](https://community.weweb.io/u/luka)
#### Post date: [June 29, 2024, 12:08pm UTC](https://community.weweb.io/t/how-to-position-bulk-action-element/9444/2 "2024-06-29T12:08:22Z")

</div>

Using a section is always a good idea, especially if you want it to persist even after you change a page. After that just use a div with position absolute
