Hi there,
1, The variations alignment. Woo outputs the Reset variations link in the last select box… doh … which adds additional space.
Add this CSS to correct that:
.variations {
position: relative;
padding-bottom: 20px;
}
.reset_variations {
position: absolute;
left: 0;
}
2. Stacking variations on mobile – add this CSS:
@media(max-width: 768px) {
.variations * {
display: block;
}
}
3 Do you mean this:
https://www.screencast.com/t/djyBft48BX
I checked on MacOS and iOS chrome and it doesn’t disappear.
What am i missing ?