• So I wanted to make the sidebar smaller in Journal Lite. It just extends out too far. So I modified these values below, and nothing changed. I cleared cache, tried firefox, chrome, and IE. Nothing changed. Still too big. Any help would be appreciated.

    This is the change made to styles.css

    /* Front Page Content */
    .front-page .front-page-slider-widget,
    .front-page .front-page-sidebar .widget {
    float: none;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
    }

    .front-page .front-page-sidebar .widget {
    width: 50%;
    padding: 3%;
    }

    .front-page .front-page-slider-widget {
    margin: 0 0 40px;
    }

    .front-page .front-page-slider-widget h3.widget-title {
    margin: 0;
    padding: 1em 0;
    text-align: center;
    }

    .front-page .front-page-sidebar .widget h3.widget-title {
    margin: 0 0 1em;
    padding: 0;
    text-align: center;
    }

    /* Sidebar */
    .widget{
    float: left;
    width: 60%;
    margin-top: 40px;
    font-family: ‘Arvo’, serif;
    }

    h3.widget-title {
    text-transform: uppercase;
    font-family: serif;
    font-size: 20px;
    font-weight: normal;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter irishtea

    (@irishtea)

    I messaged a livechat agent on the Slocum Studio website and was directed here. Any help would be appreciated.

    Thread Starter irishtea

    (@irishtea)

    I figured out the sidebar myself. Now my issue is that the spacing between the page posts and the sidebar is too large. Trying to figure a way to snug them together more.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Size of Sidebar In Journal Lite’ is closed to new replies.