• Resolved vvalladolid

    (@vvalladolid)


    Hello,

    How do you get the basket to be completely round or square?

    Thanks,

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

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

The topic ‘fully round or square basket’ is closed to new replies.