• I’m using a child of the theme SKT Parallax Me. One of the styles in the layout.css file has this:

    ul ul{ margin:0 0 0 30px; padding:0;}

    When I’m in the dashboard, that style makes sub-menus (both on hover and when selected) move 30px to the right. It’s annoying because it covers up content on some of the pages that I’m maintaining.

    Is there a way to edit this CSS so that it affects only the live site, and not the admin? I’ve tried adding the UL class (wp-submenu wp-submenu-wrap) to ul ul in the CSS file and setting it as 0px !important, but that does nothing.

    Sidenote: I had to use Enqueue in functions.php to pull in the css file (child-folder/css/layout.css). However, this issue was affecting me before I did that.

  • The topic ‘Theme Alters Menu in Admin’ is closed to new replies.