• Resolved TheStingPilot

    (@thestingpilot)


    Hello all,

    I am using Product Catalog Simple version 1.6.14.
    The pictures of products are not centered after adding the following CSS code:

    .per-row-1 .modern-grid-element {
    max-width: 300px;
    margin: 10% auto;
    float: none;
    }

    I have used the following shortcode:

    [show_products per_row=1]

    What can I do to correct this issue?
    Thank you for your help.

    With kind regards,
    Willem-Jan

    • This topic was modified 2 years, 3 months ago by TheStingPilot. Reason: Version added
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ndre

    (@ndre)

    Hi,

    Thank you for reporting this issue.

    Please use the following custom CSS instead:

    .product-list.per-row-1 .modern-grid-element, .product-subcategories.per-row-1 .modern-grid-element {
    max-width: 400px;
    margin: 1% auto;
    float: none;
    }

    We also updated it on the catalog CSS adjustments page.

    Thread Starter TheStingPilot

    (@thestingpilot)

    Super, thank you for the feedback. Works like a champ!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Products are on the right side of a column’ is closed to new replies.