right now the content of dropdowns is by default to the bottom right.
Is there an option to set it so it goes to the bottom left?
(foundation 5)
The "right" style is being applied through JS. To override this just give #contentDrop
a style of #contentDrop{left: -100px !important;}
or whatever value you would like to pull left. You will need to adjust the .f-dropdown:after{left:XXpx !important;}
and .f-dropdown:before{left:XXpx !important;}
stylings to bring the little triangle to the right of the dropdown box.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With