• jeannius88

    (@jeannius88)


    Any idea how to increase the size of the sidebar, to allow for 300 x 250 ads? At the moment they don’t quite fit in my sidebar.

    My site is here.

Viewing 1 replies (of 1 total)
  • roastedblog

    (@roastedblog)

    Go to Appereance > Editor > Style.css
    Scroll down untill the scroll bar is at page.php / search.php.

    You will see
    .single.has-sidebar .widget-area.sidebar,
    body.page.has-sidebar .widget-area.sidebar,
    .one-col-excerpts.has-sidebar .widget-area.sidebar,
    .one-col-full-posts.has-sidebar .widget-area.sidebar,
    .no-js.has-sidebar .widget-area.sidebar {
    float: right;
    margin-right: -240px;
    margin-right: -24rem;
    width: 220px;
    width: 22rem;
    }

    Change width there.

    Hope this helps!

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