Hi,
I activated the megamenu multicolumn and I have no problem to define my custom styles on menu and submenu except the last submenu

    ...

    I don't know why the right attribute is in this ul
    right: 148px

    and in my css file i have

    .sf-menu.sf-style-blue li.sf-item-6 ul.sf-megamenu {
    right: 0;
    width: 52em;
    }

    Because it's a inline attribute I can't redefine it on the ul even if I reactivate first/middle/last option in the user interface of course

    So how can I delete this inline attribute ?
    thanks a lot

Comments

geek.geek’s picture

Hi,

I guess The Supposition plugin adds it, only Javascript can remove it, $('#menu-IDNUMBERHERE ul').css('right','');

Best way to select the last child is to use the ID of its <li> parent, so .sf-menu li#menu-IDNUMBERHERE ul { }

Hope that helps!

geek.geek’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)