Two of my sales team have a real problem seeing their deals within the columns shown, with the amount of deals visible as low as 1 or 2. This is due to the size of the pane/column not being deep enough to show any more.
Hey @MSmith314 There's no way to change the sizing of the display text in HubSpot unfortunately. It looks like this is quite a small screen size. The only way would be to zoom out on your browser. It looks like you're using edge too so you could set your accessibility settings to zoom out of the HubSpot app website specifically. Guide here.
Tom Mahon Technical Consultant | Solutions Engineer | Community Champion Baskey Digitial
I feel your pain with this. Since HubSpot hasn't done anything to solve this problem I took this into my own hands by customizing the CSS using a Chrome Extension.
2. In the User JavaScript and CSS extension create a new module entry, paste in the HubSpot URL (https://app.hubspot.com/) and give the library a name.
3. In the CSS pane on the right side paste the following CSS and hit save. Go to Hubspot and refresh the page and you should be able to scroll the whole page not just within the narrow board view of Deals.
.enYVyD { overflow: inherit; }
The only downside to this is that pushes total of each column further down, and some column mean appear longer than others depending on the leads that you have inside each column.
I feel your pain with this. Since HubSpot hasn't done anything to solve this problem I took this into my own hands by customizing the CSS using a Chrome Extension.
2. In the User JavaScript and CSS extension create a new module entry, paste in the HubSpot URL (https://app.hubspot.com/) and give the library a name.
3. In the CSS pane on the right side paste the following CSS and hit save. Go to Hubspot and refresh the page and you should be able to scroll the whole page not just within the narrow board view of Deals.
.enYVyD { overflow: inherit; }
The only downside to this is that pushes total of each column further down, and some column mean appear longer than others depending on the leads that you have inside each column.
Hey @MSmith314 There's no way to change the sizing of the display text in HubSpot unfortunately. It looks like this is quite a small screen size. The only way would be to zoom out on your browser. It looks like you're using edge too so you could set your accessibility settings to zoom out of the HubSpot app website specifically. Guide here.
Tom Mahon Technical Consultant | Solutions Engineer | Community Champion Baskey Digitial