• Hi there,

    I have just started using the Oxygen theme and I’d like to remove the left hand sidebar and increase the width of the main feed. Can anyone tell me how I’d go about doing this? I have custom CSS.

    Thanks,

    Theo

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello, i’d like to know the same! 😉 Thx!!

    Change this line:

    Style.css

    /* Featured Content (slider)
    ————————————————————– */
    .featured-wrapper {
    float: left; /* Original: right */
    margin-bottom: 30px;
    width: 79.78723404255319%; /* 750 / 940 = 0.79787234042553 */
    overflow: hidden;
    position: relative;
    z-index: 1;

    and also here:

    /* Layout
    ————————————————————– */
    #main {
    clear: both;
    width: 100%;
    margin: 0 auto;
    position: relative;
    }
    .page-template-fullwidth #content { width: 100%; }
    .content-wrap {
    float: left; /* Original: right */

    After this, everything will fit! 😉

    Is there any way to center the featured-wrapper and layout? I’d rather not increase the width of these items, but I want them to look centered after removing the left sidebar. I tried changing the bolded lines detailed in the above post to “center” and “middle” with no success…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove left sidebar in Oxygen theme?’ is closed to new replies.