What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Need some help getting an element to have a fixed bottom position

vinnybear

New member
On a site (genesisstudios.net) I have developed a different kind of mobile menu. The button is at the bottom, and that part is working fine.
The menu that pops up from the bottom after tapping the menu button seems impossible to make the position fixed to the bottom.
Currently I have some CSS to try and make it do this, but it is just a workaround.
Code:
#et-boc .area-outer-wrap[data-da-positionv=center]{
top: 64% !important;
}
Any help would be much appreciated!
FYI, you can only view the menu in mobile screen size.
Thanks!
 
Last edited:
Back
Top