Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:
- Install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
- use its “CSS Code” section of the dashboard to hold your CSS modifications:
-
(put this code in)
#navigation li ul {
position: relative;
}
#navigation li ul {
overflow: visible;
}
- Save
Alternatively use your Child Theme style.css file to hold your CSS modifications
Thread Starter
akamah
(@akamah)
Thank you for the reply,
I have followed your steps and put in the code into the CSS editor.
The ‘Contact’ link is now correctly placed below ‘About’, but now the ‘About’ link is placed a lot higher up vertically, could I get some additional help with this please?