mrtopher / dashEE

Control panel dashboard framework for EE CMS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After selecting 2 column layout former width of the columns is retained

Laisvunas opened this issue · comments

After selecting 2 column layout former width of the columns is retained leaving empty space to the right of the second column.
It seems that after selecting 2 column layout css rule

dashContainer .column {width: 29%;}

should be changed to bigger value, say, to

dashContainer .column {width: 45%;}

but the value remains the same causing big blank space to appear.

without changing the width of the colums 2 column layout and 1 column layout is of no value to the user. The point of having 2 columns or 1 column is to place more relevant info into the panel.

2 columns layout was not working after istallation of the version 1.4 but after paying with it for some time it soddenly began to work as expected - 2 columns layout without empty space to the left.

I think this is probably just a cache issue. Since you had the module installed previously with the old version of the CSS, it probably required a hard refresh in order for the new values to come through.