Menu code affects C5 editing interface
Permalink
I have a hard coded menu using css but it is scrambling the C5 dashboard and editing dialog boxes.
How can I resolve this please?
/* DROPDOWN MENU*/ #drop-nav li ul li { border-top: 0px; } ul { color: #fff; list-style: none; padding: 0px; margin: 0px; width: 900px; } ul li { display: block; position: relative; float: left;
Viewing 15 lines of 44 lines. View entire code block.
How can I resolve this please?
e.g.
Then write down the css like
This will resolve your issue.
Rony