Hi
There is no way to add more sidebars without extended recodding, but You may try to force modules display in columns insise sidebar by adding a code:
- Code: Select all
#gk-sidebar .box {
float: left;
width: 20%;
}
This will need a lot additional codding for mobile devices, but I think it's the fastest way possible.