HITEK linked variation respnonsive problem!
-
Hi!
Could you help me, how can I change the linked variations classes from table to flex or grid?
Its a huge problem, because not responsive.
Example in desktop looks good, but on mobiles is horrible, because not break the variation title and variation options.
Or could you make a path for it?
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry for the delay.
Add the code below in Space Dashbaord -> Custom CSS:
@media (max-width: 768px) {
.xts-single-product :is( .variations_form-linked, .variations_form) > table > tbody > tr{
display: flex;
flex-wrap: wrap;
gap: 10px;
}
}
Kind Regards