Home Forums WoodMart support forum How to configure the compare section

How to configure the compare section

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

    hey3212
    Participant

    Hi,

    My compare page looks like the attached. How to reduce the column width of the first column and add in another row to compare materials, as I have a section of Materials in my product page.

    Attachments:
    You must be logged in to view attached files.
    #652224

    Hello,

    Can you please share the page URL so I can check and give you a possible solution.

    Best Regards

    #652228

    hey3212
    Participant

    Sure. See the private section.

    #652467

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-compare-table th {
        flex: 0 0 12%; /* Reduce this percentage as needed */
    }

    If you want to add a new field, navigate to Theme Settings > Shop > Compare > Select fields for compare table.

    Best Regards,

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