Okay
  Public Ticket #3393548
swap the side (single product)
Closed

Comments

  •  15
    Patryk started the conversation

    Hey!
    I am very much asking for help to swap the side of the appearance in the product tab. The idea is to have the description on the left and the pictures on the right - only on desktop, mobile unchanged.

    Attached files:  Zrzut ekranu 2023-06-15 o 16.14.07.png

  •  1,877
    Judith replied

    Hi Patryk,

    Thanks for contacting us.

    Please try this css:

    @media only screen and (min-width: 1000px){
    .single-product .nectar-prod-wrap {
        direction: rtl;
    } }

    Thanks.

  •  15
    Patryk replied

    Hello! thank you :)