Active
Project:
Corporate Clean
Version:
7.x-2.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2017 at 11:23 UTC
Updated:
4 Apr 2018 at 12:55 UTC
Jump to comment: Most recent
Comments
Comment #2
Deepika.chavan commentedHi Roxart,
This theme is based on 960 grid system. Link - https://960.gs/demo.html
So if you want to divide content in 2 columns then you will need to add some classes to your
<div>i.e. Total content is of 12 grids so if 4 grid's width is used by sidebar then (12-4=8) grids remains for main content.
Now if you want to divide that 8 grids in 2 columns then you need to add classes like 'grid_4' to each div.
By doing this that div will be set in 4 grid width (one below other). But to place them inline you will have to use classes like 'alpha' and 'omega' (alpha - for left column and omega - for right column)
Now your html should look like:
Available classes : grid_1, grid_2, grid_3, grid_4, grid_5, grid_6, grid_7, grid_8, grid_9, grid_10, grid_11, grid_12
Hope that helps !
Regards,
Deepika Chavan