For whatever reason I'm having difficulty getting my tabs to horizontally align. I was wondering if anyone might have any style tweaks that would help me prevent them from carrying over to the next line.

I'm assuming it is a simple css tweak because the same module works on a different installation of Drupal that uses a different theme.

The URL is http://binstnew.x2idea.net/node/1041

Any help would be greatly appreciated.

Comments

pasqualle’s picture

can you describe the problem with more details, as I do not know what should I check on that site..

if the problem is that the links inside the quicktab are not listed under each other, then you need to remove
style.css line 78

#content ul, #content ul li {
  display:inline; <-- remove this line
rmjackson’s picture

The reason that you couldn't get much from that url was that I tried the development version to see if that would fix my problem. It didn't. Please try that same url again to understand my display issue.

The URL is http://binstnew.x2idea.net/node/1041

My behaviour is the opposite of your fix. I want them to line up, not stack up.

I've used the same exact code and module on the following test url and it works fine. It's obviously just a theme related css display thing.

http://www.canarvision.com/drupal-6.13/content/search-tabs

I was really just hoping for a few quicktabs style suggestions that might help override the default theme on the problem sight.

Thanks,

Robbie Jackson

netw3rker’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)