VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

Sub menus do not line up
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Sub menus do not line up

Sub menus do not line up 03 May 2016 17:30 #8749

I have a lengthy menu, and the last menu item has a child menu, the child menu appears at the right first menu item. How can I move the child menu to appear at the right of the active menu item?
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.

  • Posts:2
  • lely
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Sub menus do not line up 05 May 2016 04:15 #8768

You can edit template.css, find and edit:
 
.navigation .nav li li .nav-child {
top: -8px;
left: 100%;
}
 

to:
 
.navigation .nav li li {
position: relative;
}
.navigation .nav li li .nav-child {
top: 0;
left: 100%;
margin: 0;
}
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: Sub menus do not line up 05 May 2016 15:22 #8771

Rockstar! Thank you so much! It worked perfectly!

  • Posts:2
  • lely
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.65 seconds
Monday 06 May 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.