Deprecated: Funcția get_currentuserinfo este considerată învechită începând cu versiunea 4.5.0. Folosește în locul ei wp_get_current_user(). in /var/www/html/wp-includes/functions.php on line 5383

Sub-menu alignment

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

Vizualizare 3 articole - 1 la 3 (din 3 în total)
  • Autor
    Mesaje
  • #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?

Vizualizare 3 articole - 1 la 3 (din 3 în total)
  • Trebuie să fii autentificat pentru a răspunde la acest subiect.