• Jake

    (@jakegeiger21)


    Hello. I am very new to wordpress and I am in the process of transferring my website from Weebly. I really enjoy the customization of wordpress, but am having trouble figuring out how to create it exactly the way I want. In particular, I am using the oxygen theme and would like to increase the width of my main content- homepage, posts, etc. Also, how do I customize the width of my sidebars? It seems like this theme doesn’t extend across the whole webpage either, so if I could increase the overall width of the page that would be great. Any CSS coding help with this would be greatly appreciated

Viewing 1 replies (of 1 total)
  • Thread Starter Jake

    (@jakegeiger21)

    After further researching the oxygen theme, I seemed to have answered some of my own question.

    By taking out the left sidebar and editing the custom CSS with the code

    .featured-wrapper {
    float: left;
    width: 100%;
    }
    .content-wrap {
    float: left;
    width: 100%;
    }

    it increased the size of my posts. Still interested in how to increase the overall width of my page?

Viewing 1 replies (of 1 total)

The topic ‘Theme- Oxygen’ is closed to new replies.