Top Left Text cha

Web & App Development

Maximenu CK updates cause issues many times.  I'll start logging them for both myself or others that need some reference to possible fixes.

The last update to version 8.1.2 came with some changes to the styles.  The module style sheet, in thus far my first issue, has an extra '!important' after the float of line items...

Changed from:
div#maximenuck ul.maximenuck {
float: none;
}
To:
div#maximenuck ul.maximenuck {
float: none !important;
}
In my case, I just needed to adjust my style sheet as I was using the class of the line item instead of the ID (and IDs take precedence over classes).

Add comment


Security code
Refresh

  • No comments found

Leave your comments

Post comment as a guest

0
Your comments are subjected to administrator's moderation.
X