Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xootix

    (@xootix)

    Hello,

    Sorry for the late response, if you’re still looking for an answer. Here it is
    For round, make the padding adjustments below/

    .xoo-wsc-basket {
        border-radius: 50%;
        padding: 10px 12px;
    }

    For square

    .xoo-wsc-basket {
        border-radius: 0;
        padding: 10px 12px;
    }
    Thread Starter vvalladolid

    (@vvalladolid)

    Excelente, gracias

    • This reply was modified 3 years, 9 months ago by vvalladolid.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘fully round or square basket’ is closed to new replies.