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 |
Jump to:
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
| Attachment | Size |
|---|---|
| Unbenannt.jpg | 10.46 KB |

#1
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
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
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
Yes rock :)
Thanks my friend:)
Cheers
Skull
#5
you are welcome
#6
Automatically closed -- issue fixed for 2 weeks with no activity.