I cannot see where to alter the width of the footer 1, 2 and 3 postions. Can they be different percentages like 50% 25% 25% ?
Thanks
cspgsl Hi,
Yes, you can go to Backend > Extensions > Templates > JA Healthcare template style > Layout > Responsive layout > and drap&drop each position with the desired width: http://prntscr.com/lz77f4
I just did it for you, kindly check.
Thanks, I didn't see the handles when I looked at responsive layout. That is really easy.
Can the Sidebar positions be changed in the same way or do I have to alter the less file inder t3 assets/dev/t3 ?
cspgsl Can the Sidebar positions be changed in the same way or do I have to alter the less file inder t3 assets/dev/t3 ?
For changing sidebar block width, You may refer to this documentation excerpt as the specific files in which changes would be required, are located in /tpls/blocks/mainbody/ folder and the mainbody width will also be required to be changed simultaneously to get it right as the T3 framework templates are built with Bootstrap 3
The mainbody block load two-sidebar or one-sidebar-left or one-sidebar-right or no-sidebar block based on whether sidebar positions are active or not. So now to resize block of mainbody, we need to resize the blocks that mainbody block loads.