• Resolved fourfoot

    (@fourfoot)


    Hi,
    can you please let me know what css I need to use to make the Catalog images/product listings box narrower? I’m using 200px as my Catalog images width and height and want to adjust the box (grey border). Is this possible to do?

    Many thanks.
    Miles

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey Miles,
    Try adding this to your custom css box in the theme options > advanced settings.

    .products div.product {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    }

    Kadence Themes

    Thread Starter fourfoot

    (@fourfoot)

    Hello,
    thank you very much for this, worked perfectly.

    Regards.
    Miles

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make Catalog images BOX narrower’ is closed to new replies.