Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #185369

    It’s for a navigational item that has plenty of room to the right, but the submenu appears to the left.

    I tried to override the CSS, but it didn’t work. I think the CSS is being set dynamically by JavaScript, perhaps?

    I am comfortable editing JavaScript; I have a fair understanding, if need-be, but I’m not proficient in it, nor do I know where to look for this problem, if it requires editing scripts.

    Much thanks in advance, Layla.

    #185600

    Hi straightedge29!

    Can you post the link to your website so we can see what type of header you are using and inspect elements?

    Best regards,
    Yigit

    #185619

    Thank you for your reply, Yigit!

    The site is:
    http://imsetapart.com/artistas-latinos/

    The menu item in question is Studio –> In Development –> That submenu.

    The client specifically asked that the mega menu not be used for that item, and so I’m using the default pull-down.

    A second question I have related to the pulldown is – is there a way within Enfold to visually indicate that a pulldown menu has its own additional submenu? Really, I’d love it if the theme offered a down-facing caret alongside a menu item to indicate a submenu and then a right-facing caret to the right of the pulldown menu to indicate a further sublevel. As is, the user would not know either until hovering over the menu item without such an affordance.

    I imagine it simply involves adding code to “.sub-menu .menu-item-has-children” for the right-facing caret, as well as “.dropdown ul_available” for the downward caret? If you guys have fiddled with this feature and have pretty code, I’d love to get ahold of it. Right now, the submenu in question looks incredibly hidden, is all.

    Sorry for being difficult, much thanks for any aid you can provide, L.

    #186131

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .main_menu .menu li ul a { padding-left: 20px; }

    You can post indicators as a features request in here https://kriesi.at/support/topic/enfold-feature-requests/

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Submenu defaults to left – I'd like for it to go right…’ is closed to new replies.