75 Posts
Eoin
8 years ago
Topic

On my page I have created bootstrap tabs.  Unfortunately when I use SEBLOD list items within them they do not work.  See this link:

http://luigis-italian-restaurant.squareballoon.co.uk/index.php?option=com_content&view=article&id=78&Itemid=219

Do you have any advice as to how I can get them working??

Get a VIP membership
154 Posts
WebOne
8 years ago
1
Level 1

The items do seem to display - just your css / html does not seem to be correct.

Add the following code and you will see the first tab content for example:

#cck37r_top1-1 {height: 200px !important;}

75 Posts
Eoin
8 years ago
0
Level 2

Thanks, you helped me to solve it.  I have no idea why that was happening.  

For the benefit of others I added this to my CSS to solve it for all tabs

.cck_module_list div div div div { height: auto !important; }

Get a VIP membership