• Resolved sebian

    (@sebian)


    I added a “handpicked products” block to my post and noticed that whereas the ADD TO CART button and the PRICE are centrally aligned, the PRODUCT TITLE remains aligned to the left. I’ve there’s no styling option to align the product title to the center, and I cannot seem to find any custom css codes that help solve this issue.

    I’ve attached a screenshot of what it looks like on a live page, as well as a link to the page.

    https://www.freshnazaar.com/wp-content/uploads/2020/08/Woo.jpg

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

Viewing 1 replies (of 1 total)
  • Plugin Support tijosh a11n

    (@tijosh)

    Hey there @sebian,

    It looks like the theme itself is overriding the default styling for the blocks, which should place the titles in the center.

    It’s possible this CSS may help:

    .wc-block-grid__products .wc-block-grid__product {
        text-align: center;
    }

    If that doesn’t do the trick, I’d recommend reaching out to theme support for help customizing the pages on the site.

Viewing 1 replies (of 1 total)
  • The topic ‘“Handpicked Products” block Product Title is not aligned to centre.’ is closed to new replies.