Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1410463

    How do I fix this. Login below
    2023-06-13_08-51-17

    #1410566

    Hey daves1997,

    Thank you for the inquiry.

    We added the following code to limit the height of the column cells in the Quick CSS field, but it is not taking effect. This might be because the CSS files are bundled or compressed into a single file. We have tried disabling the CSS minification in the WP Rocket plugin, but it didn’t resolve the issue. It seems that there might be another plugin responsible for bundling the CSS files. Could you please check if you have any other plugins installed that might be performing this function?

    .ihf-grid-result.col-xs-6 {
        height: 30px !important;
        padding-top: 10px;
    }

    Best regards,
    Ismael

    #1410645

    Adding this to a plugin improved the site. but still incorrect. had to modify your code slightly but site still not working correctly

    .ihf-grid-result.col-xs-4 {
    max-height: 30px !important;
    padding-top: 10px;
    }

    #1410647

    go to plugin Optima Express >configuration This is where you enter code.

    #1410716

    My site down for a week. Can’t we have some urgency here?

    #1410999

    Hi,
    It seems that you also have another thread for the same topic I replied to the other one.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘code help!’ is closed to new replies.