Hide Ruller in Oxygen Builder

This allows you to hide that ruler on the bottom of the builder that often gets in the way of doing mobile responsive work.

Set as CSS custom code

#ct-viewport-ruller-wrap {
    display: none;
}

#ct-viewport-ruller {
    display: none;
}
Click to Copy