• Resolved myriad888

    (@myriad888)


    Truly beautiful theme. I use it for my site [ redundant link removed ].
    Very light and streamlined.

    I was able to tweak it to “eat” the white space.
    What I want to is Collapsible Side column!

    .col-2cl .main-inner {
    padding-right: 340px;
    }

    switching this on/off in Inspect on [div class=”main-inner group”] sort of works.
    I need this for better reader experience.

    Any ideas ?

    • This topic was modified 3 years, 3 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, thanks!

    When you say “collapsible”, do you mean removing it entirely or having some type of toggle-able sidebar?

    Thread Starter myriad888

    (@myriad888)

    Sorry I meant togg-able.
    If I can find that it is possible with changing some tag/class css property i can write some JS myself.

    One other option will be, now that think about it .. is to force somehow “responsive”-behavior so it get stacked below. But only if the user want it !!

    dunno if its harder..

    Theme Author Alexander Agnarson

    (@alxmedia)

    The CSS to remove the sidebar/space would be:

    
    .col-2cl .main-inner { padding-right: 0; }
    .col-2cl .s1 { display: none; }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Collapsible Side column ?’ is closed to new replies.