Tabs not showing right

SkullSplitter - August 13, 2009 - 12:06
Project:Quick Tabs
Version:6.x-2.0-rc3
Component:Tab styles
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

Heya :)

The Quicktabs module is nice :)
but i have an problem and i cant solve it :(

i try every QuickTab Theme but on every Theme are the tabs showing below under (look at the Screenshot).
i look in the css but i cant find any error

anyone knows whats wrong ?

Cheers

Skull

AttachmentSize
Unbenannt.jpg10.46 KB

#1

Pasqualle - August 13, 2009 - 15:16

your theme's css file is overriding the output

use firebug to find the problematic css selector in your theme
or if it is a live site then post a link to the site, and we can answer the problem within some seconds..

#2

SkullSplitter - August 13, 2009 - 15:36

i searched with FireBug and WebDevlopers Bar ... I find something, but when i insert width: 130px; there is nnothing to see :(

Here is my Blog : http://www.skullsplitters-blog.org/

Thx in Advance

#3

Pasqualle - August 13, 2009 - 16:25

style.css (line 226)

#skullside ul li a {
  display:block;
}

if you remove this line then the tab links will be displayed next to each other, but that will break some other thing in the theme..

so adding this to style.css would be better:

#skullside ul.quicktabs_tabs li a {
  display:inline-block;
}

#4

SkullSplitter - August 13, 2009 - 17:15

Yes rock :)

Thanks my friend:)

Cheers

Skull

#5

Pasqualle - August 13, 2009 - 18:24
Category:bug report» support request
Status:active» fixed

you are welcome

#6

System Message - August 27, 2009 - 18:30
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.