[Resolved] Woocommerce product alignment

Home Forums Support [Resolved] Woocommerce product alignment

Home Forums Support Woocommerce product alignment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #213102
    Dmitry Bychenko

    hi, guys

    how to align product images on Woocommerce’s Shop Page to the center?

    https://www.dropbox.com/s/1gdzv7se00m91qb/vert-align.jpg?dl=0

    i guess it’s css issue. i have no idea what it could be.

    #213126
    Tom
    Lead Developer
    Lead Developer

    You could try something like this:

    .woocommerce ul.products li.product a img {
        margin: 0 auto 1em;
    }
    #213250
    Dmitry Bychenko

    its a miracle! thanks a lot!

    #213337
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.