Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead. in /home/dplugins-code/htdocs/code.dplugins.com/wp-includes/functions.php on line 6131

Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead. in /home/dplugins-code/htdocs/code.dplugins.com/wp-includes/functions.php on line 6131
Hide Ruller in Oxygen Builder – Code DPlugins

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