Further to the tabs problem I was having here - http://drupal.org/node/1029730 - I've been trying to get to the bottom of the problem.

My theme is based on an earlier version of Basic 7.0, but I keep an unaltered version of Basic alongside so I can track updates.

My issue is that tabs don't output correctly (see attached images) and their links are not accessible - it looks like the clearfix class is not being applied.

Anyway, the latest version of Basic seems to output tabs correctly, so I used a file comparison app to work out the changes I needed to make to my theme. Changes made and yet my theme still doesn't display tabs correctly. In the interests of troubleshooting, duplicated my unchanged Basic theme but changed the name to Troubleshooting (including .infos etc) so that I could change the theme files one by one. Despite this new theme being identical in all but name to my Basic theme, it exhibits the same tabs problem! Also, I dug around in the theme settings and noticed that theme specific settings exist in the Basic theme but are missing in my Troubleshooting theme and production theme.

Any help would be greatly appreciated!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

damiankloip’s picture

It looks like there may be some other css overriding this maybe as the tabs are usually fine. Do you have any more info? which browser are you using?

To see if it is your css you could switch the order of the css files so that the tabs.css file is the last one to be pulled in.

damiankloip’s picture

Status: Active » Closed (works as designed)

Closed - This is a problem with additional theme css and the not the stock basic css.