hi, when i increase the font size on the projects grid descriptions, it triggers a scroll bar on each project. can we hide that?
i’m using it as the last section on this site –
COVID-19 Response
Hello,
Add the following CSS code to the Custom CSS field of the Custom Code section in the Integral Options panel. That should do it.
.projects-grid .grid { overflow-x: visible; }
You must be logged in to reply to this topic.