Skip to main content
August 11, 2014
Question

Want less space between tree items in the new design? Read on...

  • August 11, 2014
  • 8 replies
  • 2379 views

Like many of you, I'm "getting used to" the new Marketo layout. My biggest gripe is that there is low information density in the new design; we are used to seeing much more on the screen than we currently do. 

If you would like your tree to look like this, then read on:

These instructions are for Google Chrome. There is probably a similar extension for Firefox as well. NOTE: Marketo may change their DOM at any time, so this could stop working...and could also have unintended results. Use with caution, and I accept no responsibility for any damage/issues/etc.
 

  1. Download the Stylebot extension for Google Chrome.
  2. When you log in to Marketo and are on the dashboard, click the Stylebot icon (see image here) and click "Open Stylebot"
  3. At the bottom of the window, click "Edit CSS" and then paste the following code:
.mkt-carbolt .x-tree-node .x-tree-node-el {
    padding: 0;
}

And voila! This will remove the spacing between the tree items and let you get more info on your screen at once. If you want a little bit of space, try putting 1px or 2px instead of 0 in the code above.

Marketo, please make this an option and give us our ability to see our stuff back 🙂
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

8 replies

August 11, 2014
For showing a little more text, use this code:

.mkt-carbolt .x-tree-node .x-tree-node-el {
    padding: 0;
    zoom: .8
}
Michelle_Tizian
Level 10
August 11, 2014
Thanks Jason!  That worked for me!
August 11, 2014
Use with caution...but I'm glad it worked for you :)
August 12, 2014
Thanks Jason! This leads me to believe that Marketo could also incorporate this into the settings as well...hopefully they will respond to my idea. :) (Or fingers crossed they don't change anything to stop this fix from working.)
August 12, 2014
If they change their code, I'll try to keep this post updated with the latest fix...until they finally fix it :)
August 13, 2014
Hah, nice hack Jason! I just use Ctrl + "-" together to zoom out...
Dory_Viscoglio
Level 10
August 13, 2014
OMG. My life is complete.
October 6, 2014
Great, thank you so much for this!