I am so lost guys haha...
When i put this in custom css
.optionvalue-image-197 {
display: block;
max-height: 125px !important;
width: auto;
overflow: visible;
}
The fist option image is shrinked in size... but when i put mobile media query for this it doestn work...
@media only screen and (max-width: 768px) {
.optionvalue-image-197 {
display: block;
max-height: 125px !important;
width: auto;
overflow: visible;
} }
Also even if the images are smaller it doesnt display all the options... They "fall off the screen". And the radio buttons as well as the textarea aren't shown...