Cannot load SEBLOD list modules in tabs 9 years ago2TopicOn 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=219Do you have any advice as to how I can get them working?? 154 PostsWebOne 9 years ago1Level 1The 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;} Eoin 9 years ago0Level 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; }