Are you using the latest version -1.4.8- ?
I’ve been getting a few other complaints about the carousel lately.
I’ll try to take a look at and rework the whole thing over the weekend.
In 1.4.8 and that would be great, I’ve been reverse-engineering some of the stuff, but they are the only thing that won’t update!
Unrelated, the branded options for the logo isn’t responsive. Are you planning on building in an option, or do you know where that is in the code? it currently blocks the dropdown menu
The carousel’s still in the works, the logo is responsive but you’re right, currently the mobile menu overlaps the logo, I see what you mean.
It really depends if your logo is horizontal – vertical. We could detect that with php, but even after then, gotta know if you want to
a.) limit it to a certain height and hide the rest, so that the whole viewport is not occupied by the logo (1)
b.) display it in full (2)
See this http://s29.postimg.org/add4mdex3/rlg_Untitled_9.jpg
If you want a(1):
a#logo_lg {overflow: hidden}
The logo has a default max-height:6em; you can adjust it accordingly
If you want b(2):
a#logo_lg {
float: none;
height: auto;
max-height: 0;
}
But these will also effect the logo display in full-mode. So it’s really hard to find a solution that works for all, or even a middle ground. Maybe I’ll load two logos one for small one for large views. Let me know if you’ve suggestions
The carousel now has a much more sensible layout and many bugs with the carousel has been fixed. Please download the latest version from SVN: http://ww.wp.xz.cn/themes/download/bootstrap-ultimate.1.4.9.zip
Or play with the demo here: http://eodepo.com/wp/demo/bootstrap-ul/
Let me know if you still have questions
Havent heard from you in over a week, marking as resolved, let me know if you’ve further questions.