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

Anonymous
Not applicable

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

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:
0EM50000000SGtt.jpg
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 🙂
Tags (1)
8 REPLIES 8
Anonymous
Not applicable

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

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

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

Thanks Jason!  That worked for me!
Anonymous
Not applicable

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

Use with caution...but I'm glad it worked for you 🙂
Anonymous
Not applicable

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

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.)
Anonymous
Not applicable

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

If they change their code, I'll try to keep this post updated with the latest fix...until they finally fix it 🙂
Anonymous
Not applicable

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

Hah, nice hack Jason! I just use Ctrl + "-" together to zoom out...
Dory_Viscoglio
Level 10

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

OMG. My life is complete.
Anonymous
Not applicable

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

Great, thank you so much for this!