Home Forums WoodMart support forum After the theme update, Titles are no longer limited to 2 lines

After the theme update, Titles are no longer limited to 2 lines

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #283228

    Jean-Michel
    Participant

    Good day,

    1. After the theme update, the titles are no longer limited to 2 lines. How can I stop this again? Product title lines limit no longer works.

    2. I have moved the related products to the sidebar with the shortcode from WooCommerce. However, the styles will be overwritten by your theme. I only want 1 column and not 2. In the theme settings the minimum is 2. How can I change that? https://www.awesomescreenshot.com/image/7354765?key=ef517ee946d9e0097fe5baf1b5785d8e

    Many thanks for your help:-)
    Kobler Jean-Michel

    #283245

    Artem Temos
    Keymaster

    Hello,

    1. Please, switch to the parent theme and check how it works.

    2. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .single-product-sidebar .related-products .product-grid-item {
    	-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    Kind Regards

    #283249

    Jean-Michel
    Participant

    Yes it works in the mother theme. But why? What is the problem with the child theme?

    #283260

    Artem Temos
    Keymaster

    It seems like you have copied some code from an old version and now it has been changed. That is why you need to revise your custom code in the child theme and make sure that it is compatible with our latest version.

Viewing 4 posts - 1 through 4 (of 4 total)