Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

dansmartmenus

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Horizontal drop-down nav with Bootstrap addon #2582
    dansmartmenus
    Participant

    Thanks. Perhaps my bad suggesting that the default sub-menu is horizontal as I can’t find those examples now (definitely had them yesterday, I promise 🙂 ). Anyhow, I came to the conclusion that custom is the only way, so I implemented a quick proof-of-concept yesterday. It completely doesn’t work when in ‘mobile’ mode just yet, but the desktop CSS was dead straight forward – something along the lines of:

    .dropdown-menu {
    	left: 0!important;
    	right: 0!important;
    	width: 100% !important;
    	max-width: none !important;
    	margin: 0 !important;
    }

    Again, this is just a proof-of-concept and not tested very widely at all but perhaps it might be a useful starting place if anyone else has this question in future.

    Thanks again. 🙂

    in reply to: RTL support #1825
    dansmartmenus
    Participant

    My bad! I see it is a configuration option in the docs. I initially tried by setting

    dir="rtl"

    on the HTML element which didn’t really work, but I’ll try using the additional class in the menu mark-up too.

    Thanks, and sorry for the wasted post.

Viewing 2 posts - 1 through 2 (of 2 total)