• Resolved meijin2k

    (@meijin2k)


    A little while back, I asked about the show products shortcode being left justified instead of centered and you gave me some CSS to correct that.

    I am now having the same issue with the show categories…can that be centered the same way via CSS? On the page I linked to I am using it this way:

    “[show_categories include=”10″ orderby=”none” per_row=1]”

    Thanks, as always, for your help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ndre

    (@ndre)

    Hi @meijin2k,

    Today we released an update that fixes the problem with the per_row parameter for the show_categories shortcode. Now it will work correctly.

    Thread Starter meijin2k

    (@meijin2k)

    I did the update this morning and it “works”…but it makes the single category HUGE on the page.

    Is there a way to make it smaller like the product shortcode?

    Thank you.

    Plugin Author ndre

    (@ndre)

    Using WordPress block editor, you can add the shortcode to a container (using columns, for example).

    Or you can use custom CSS:

    .product-subcategories.per-row-1 .modern-grid-element {
        max-width: 400px;
        margin: 1% auto;
        float: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show Categories shortcode is left justified’ is closed to new replies.