Home Forums Space themes support forum HITEK linked variation respnonsive problem!

HITEK linked variation respnonsive problem!

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #619832

    patrik.varga
    Participant

    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.
    #621076

    Luke Nielsen
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)