Hi,
CB:2.0.9, Joomla 3.4.1
I have followed the tutorial to display combined tab content in one tab and it works like a charm excepted that all the content appears with an offset on the left margin. Without any customization in the HTML field, CB is using the following class cb_field col-sm-9 col-sm-offset-3 which is read from the default template bootstrap.css file. As per the definition, it apply a 25% left margin. I'm not confortable with css writing and I would like to display my 3 tabs as follow:
[cb:usertab tab="11" user="#displayed" /] [cb:usertab tab="25" user="#displayed" /]
[cb:usertab tab="44" user="#displayed" /]
Tabs 11 and 44 on the left side and tab 25 on the right.
Can somebody help me to write this sample Custom HTML code with the right CSS classes?