• Resolved elficra

    (@elficra)


    Hello,
    I work with woocommerce & Blocksy theme.
    In the shop page of my website, I cannot change the localisation of the text under my pictures. Some text is one line long, another two lines and that is why the prices do not appear at the same height, which doesn’t look nice.
    Is there someone who knows how to change this?

    Thank you very much,
    Elfi

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi Elfi! ??

    This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
    ?

    /* Set fixed height for Product titles */
    h2.woocommerce-loop-product__title {
        height: 3rem !important;
    }
    

    ?
    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    I hope that helps ??

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    We’ve not heard back from you in a while, so I’m marking this thread as resolved.

    Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce & Blocksy’ is closed to new replies.