Viewing 1 replies (of 1 total)
  • Brian

    (@brianmiyaji)

    @lb13 Thanks for your patience! This is possible using some Custom CSS (you can add this to SportsPress Settings > General, or via a Custom CSS plugin):

    @media screen and (min-width: 601px) {
    .widget-area {
        width: 25%;
    }
    .content-area {
        width: 75%;
    }
    }

    Just make sure that the widget-area and content-area widths add up to 100%. Any combination should work.

    Also, I really like this idea and will look into adding an option to specify sidebar width in a future update ??

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar Width’ is closed to new replies.