Viewing 6 replies - 1 through 6 (of 6 total)
  • Anonymous User 17720058

    (@anonymized-17720058)

    This problem has already been resolved in this topic:
    Icon size

    Thread Starter ercolla

    (@ercolla)

    Thanks for your answer.
    I added this instruction in the css but it keeps getting deformed. ??

    .allergen-icon {
         width: auto !important;
         height: 35px !important;
         margin-right: 4px;
    }

    https://ibb.co/Dbcw5SB
    I have tried changing the number of columns but the problem continues.
    Your plugin is ideal for my site and there is nothing else that can show the allergen icons.
    You have a great idea but I’m asking for help
    Cristiano

    Anonymous User 17720058

    (@anonymized-17720058)

    Depending on the subject, other and other CSS settings can be good. Try this or make your own settings for this:

    .allergen-icon {
         width: 32px !important;
         height: 32px !important;
         margin-right: 4px;
    }

    I can propose a concrete solution if you do not attach a picture but the page URL.

    Thread Starter ercolla

    (@ercolla)

    Not solved either with the last solution
    I cannot provide the URL of the page as long as it is under construction.
    Until I figure out where the problem is, I might disable the icons on the page where all the products appear. Do you have an idea how to do this?
    Thanks again

    Anonymous User 17720058

    (@anonymized-17720058)

    .allergen-icon {
         display: none;
    }
    Thread Starter ercolla

    (@ercolla)

    thank you but I will wait for the next version

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘big icon problem’ is closed to new replies.