Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #80778
    nextstep
    Participant

    I winder if it’s possible to shrink the area of the sidebar area and correspondingly increase the area available in the main window for text. At the moment, there’s a lot of wasted space in sidebar area and the main text area looks a bit mean.

    #80780
    Mahesh
    Keymaster

    Hi @nextstep,
    Please post your site url.

    #80827
    nextstep
    Participant

    Sorry. it’s nextsteptherapy.ie

    #80842
    Mahesh
    Keymaster

    Hi @nextstep,

    For that add the following CSS in “Dashboard=> Appearance=> Theme Options=> Custom CSS” box:

    #primary{
    width: 650px;
    }
    
    #secondary{
    width: 260px;
    }

    Please change the width in styles as required and make sure that the sum of the width of #primary and #secondary is 910px;

    Let me know if this helped.
    Thanks.

    #80853
    nextstep
    Participant

    Thanks. That works a treat

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing ratio of sidebar to main body text area’ is closed to new replies.