Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Sub-menu alignment

New Front EN Support Forums Tokyo Theme Support Sub-menu alignment

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2519
    CREDO
    Participant

    Is there a way for sub-menu items to align left rather than under their headings? With longer lists or item names they start stacking up (unnecessarily) the further they are to the right.
    (You guys have a lot of great themes btw! – and I’ve looked at MANY)

    #2535
    mmsatori
    Keymaster

    Hey Credo,

    thanks, we’re doing our best :)

    Regarding your question: this is not possible via the theme’s settings back-end, yet quite easy to achieve via some custom CSS:

    #nav-primary ul li ul { left: 0; width: 100%; }

    You might also consider grouping the data and creating second-level submenus instead of adding a lot of items into the first-level submenus, as this might not always be the best solution in terms of usability and user experience.

    Sincerely,
    Andrii / Satori Studio

    #2546
    CREDO
    Participant

    Hmm… close. I guess it’s not possible to alignment them with the container rather than the main-body though, is it?

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.