• Hello, I have some formatting problems in the comparison table.

    1 – I removed the fixed column with display none in the style.css folder (but I’m not sure if this is the best way).
    2 – My use of the plug-in is used to compare technical specifications of products such as cell phones, and this caused me a series of problems… I put the plug-in to pull the main description of the product and in the product description I put a table html with the product specifications, however, as it is practically an HTML table within another table, the formatting is not correct, I need all products added to tables to be treated equally in terms of parameters, I don’t know if a difference in the odd and even columns or The first product added has some privilege but the first product works as expected, the second one and the others are smaller and misaligned. How can I do this?
    3 – I want all products to be possible to remove from the table, and when there is only one product, the pop-up closes when clicked on remove.

    https://photos.app.goo.gl/VtGCyRVvgSnU8a4w8

    waiting for your reply thanks

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Giuseppe Madaudo

    (@askmagic)

    Hi there,

    Could you remove the rules you added and show me what it looks like without them?

    Thread Starter jonathan8219

    (@jonathan8219)

    Hello, I need to hide the fixed bar because it takes up a lot of space and impairs viewing on mobile devices. I did this by going to the folder yith-woocommerce-compare>assets>style.css and applying a display none to the element tabble.compare-list tbody th , on line 98 is this the best way to do this? After removing the fixed column, how can I ensure that the tables I added in the product description are aligned? How to remove items from the table? I confess that I didn’t quite understand why, but this is what the table looks like without customization: https://photos.app.goo.gl/sRjvD8iKd8xLdQvq5

    Thread Starter jonathan8219

    (@jonathan8219)

    fortunately the table is not interfering as much as one with the other (my customized html table in the description and the plugin’s comparison table) being able to solve part of this problem using only “td” tags and never “th” and leaving as much detail as possible with ids and classes, the biggest problem now is aligning the tables in this case the ones I added in the product description

    • This reply was modified 1 year, 3 months ago by jonathan8219.
    Thread Starter jonathan8219

    (@jonathan8219)

    Is there anyone willing to help me?? This is ridiculous, I paid a lot for plug-ins in relation to my country’s currency, which costs more than 25% of my monthly salary, I demand at least decent support

    Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    I hope you’re doing well :D.

    I tried to access to your site but I can see a fatal error

    https://sendgb.com/TwG1JY3nePs

    Could you please restore the site in order to check the problem?

    Anyway I suggest you on product page to create a div in the section in order to add a table in another table.

    In this way you will prevent to have a table inside another table and generate problems.

    Please, try it and let me know.

    Have a good day.

    Thread Starter jonathan8219

    (@jonathan8219)

    Yes, I was working on another problem and there was actually an error on the website but it is now live again if you can check it now I would appreciate it

    Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    I hope you’re doing well :D.

    Please, try to add the following CSS rule on Appearance > Customize > Additional CSS

    table.compare-list td {
        max-width:none !important;
    }

    It should remove the max-width defined by the plugin and that can affect to the table.

    Please, try it and let me know.

    Have a good day.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘formatting issues with the comparison table’ is closed to new replies.