We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Create New Page With No Sidebar? | Forum

Topic location: Forum home » Support » General Questions
Tim
Tim Jan 4 '13
Hey everyone,


Was hoping there might be a way to create a new page without a sidebar.


I have my page created already by using admin area but I would like on that specific page not to have a sidebar.


Is this possible and how could I do this? Thanks.

Blukkie
Blukkie Sep 15 '13
Hm, would like to know if this is possible as well.

We need to use a iframe for our chatpage, but somehow it messes up our right sidebar. (Will go down the chat, in stead of right).

Any tip or trick?

Remah Lawah
Remah Lawah Sep 15 '13
I had the same problem, I found this tutorial after searching for a while http://www.eobasi.com/2013/09/how-to-hide-sidebar-in-oxwall-custom.html you may check it out.
Kяuncн Leader
Kяuncн Sep 15 '13
For that page creation add codes to Page Content as follows:

<style type="text/css">
.ow_content {
width: 100%;}

.ow_sidebar {
display: none;}
</style>
Purusothaman Ramanujam

Quote from Remah Lawah I had the same problem, I found this tutorial after searching for a while http://www.eobasi.com/2013/09/how-to-hide-sidebar-in-oxwall-custom.html you may check it out.

I feel this is not the correct way to do it.


Quote from Krunch For that page creation add codes to Page Content as follows:

<style type="text/css">
.ow_content {
width: 100%;}

.ow_sidebar {
display: none;}
</style>

This should be fine.
ross Team
ross Sep 23 '13
Tim have the provided solutions helped you?
chris
chris Sep 28 '13
Hi 


i tried and it work for me 


thanks 



ross Team
ross Sep 30 '13
great!
Kяuncн Leader
Kяuncн Sep 30 '13

Quote from chris Hi 


i tried and it work for me 


thanks 




Your most welcome..
Dan
Dan Oct 10 '13

Thanks for the information on removing the sidebar option.  I put the above <style> as an edit to my CSS.  It removed my Sidebar, but it did not allow me to change the width of Top Content, Column 1 or Column 2 on existing pages. 


Any suggestions would be appreciated.  Using Liquid - Mobile Friendly


The Forum post is edited by Dan Oct 10 '13
Tim
Tim Jul 8 '15
Hey sorry guys, kinda had abandoned oxwall for awhile.... I will update any issues I may have with the fresh install.
ross Team
ross Jul 9 '15
Dan, To change column width you need to change the values for

ow_left and ow_right elements, after changing the width of the ow_page_container and ow_canvas elements


Tim, keep us updated