Thread Starter
Jake
(@jakegeiger21)
It is just the main content for every page. It seems to be covering only about half the page and the other half remains blank for widgets. However, I do not want to add any widgets.
Thread Starter
Jake
(@jakegeiger21)
@ronald.fuquay
I would like to make the content of the page full-width. This would apply to all pages. My website is http://thetravelinggeiger.com.
Thanks a lot,
Thread Starter
Jake
(@jakegeiger21)
What do I need to remove and change to make this into a full-width page?
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?