Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
CB Bootstrap does not use the width % as configured in backend. It uses special width sizes provided by Bootstrap CSS file so responsive design works, which wouldn't work with use defined widths. To change the widths you need to edit the below template file and in _render of CBProfileView_html_bootstrap change the column used for left/middle/right to whatever column size class you want (cbColumn1 to cbColumn12 supported).
/components/com_comprofiler/plugin/templates/bootstrap/bootstrap.php
This usage is the same as Fluid Row Spans used by Bootstrap and demoed below. Note ensure you're using latest CB Bootstrap release for this to work as described above.
twitter.github.io/bootstrap/scaffolding.html#fluidGridSystem
Please Log in or Create an account to join the conversation.
IN: /components/com_comprofiler/plugin/templates/bootstrap/bootstrap.phpI found this thread but some how I can adjust the column, can you "spoon feed" to me where exactly do i adjust the column for the profile view? I would like to increase the left column..
Please Log in or Create an account to join the conversation.