The problem is that if you expand the right sidebar on that resolution, the content area will almost be non-existing, like 200px wide.
Thread Starter
omduk
(@omduk)
Yeah OK, some people are still using this resolution…
I switched sidebars side and menu is on right side for now.
Is solution then to make left sidebar less wide,
or what you propose ?
Thanks for all the help
Try adding this as custom css for equal sidebar width (decreasing primary from 340px to 260px)
.col-3cm .main-inner { background-position: -80px 0; padding-left: 260px; }
.col-3cm .s1 { width: 260px; margin-left: -260px; }
To change the toggle of the s2 sidebar, you need to edit responsive.css mediaqueries, under the section:
/* ------------------------------------------------------------------------- *
* Toggle Sidebar s2 : 1200px > 480px
/* ------------------------------------------------------------------------- */
And change the two 1200px values to 960px for example.
Probably more that needs to be changed for it to work correctly, but it’s beyond what I can help with.
Thread Starter
omduk
(@omduk)
Thanks buddy,
tryed this but it’s not looking so nice.
Would be good to include this option of equal size sidebars
in one of next theme updates.
All the best, keep up the great work,
and thanks for great help!
Would be good to include this option of equal size sidebars
in one of next theme updates
Good suggestion! Will see what I can do. Thank you.