Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, set the Custom HTML fields "Show on Profile" parameter to "Yes, 1 Line without Title".1) How do I get rid of the Char Fields label? (this is the field I put your custom html code in). I tried 1 line no label, but then it indents it in and I don't want that.
The below should work (confirmed locally).2) The data is now on 1 line, and with no labels?
That appears to be styling coming from your Joomla template. Switch to default protostar template and see if issue persists. Was unable to confirm such an issue when testing locally.3) Why the evil side scroll bar?
Please Log in or Create an account to join the conversation.
1) How do I get rid of the Char Fields label? (this is the field I put your custom html code in). I tried 1 line no label, but then it indents it in and I don't want that.
Yes, set the Custom HTML fields "Show on Profile" parameter to "Yes, 1 Line without Title".
2) The data is now on 1 line, and with no labels?
The below should work (confirmed locally).
<div class="row">
<div class="col-sm-6">[cb:usertab tab="TAB_1_ID_HERE" formatting="divs" /]</div>
<div class="col-sm-6">[cb:usertab tab="TAB_2_ID_HERE" formatting="divs" /]</div>
</div>
Please Log in or Create an account to join the conversation.