Tagged: coding issue, urgent
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
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;
}
go to plugin Optima Express >configuration This is where you enter code.
My site down for a week. Can’t we have some urgency here?
Hi,
It seems that you also have another thread for the same topic I replied to the other one.
Best regards,
Mike