-
1Reply
-
How to open dropdown on other event
dropdownshopping-cartopen dropdown
Hi, I'm trying to make a shoppingcart and I'm using the foundation dropdown. The problem is when a new cart item is added i need to open the dropdown. I tried this:
Last Reply by Rafi Benkual over 4 years ago
You commented on
ShadowDanser's post
almost 5 years
Why not just like this?
.valign-center { position: relative; top: 50%; > .columns { transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform:translateY(-50%); -ms-transform:translateY(-50%); } }
No Content
-
No Content
-
No Content
Why not just like this?