Closed (works as designed)
Project:
Superfish Dropdown Menu
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2013 at 17:32 UTC
Updated:
23 Apr 2014 at 08:17 UTC
Jump to comment: Most recent
Comments
Comment #1
geek.geek commentedHi,
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!
Comment #2
geek.geek commented