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.
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.
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?
http://www.eobasi.com/2013/09/how-to-hide-sidebar-in-oxwall-custom.html you may check it out.I had the same problem, I found this tutorial after searching for a while
For that page creation add codes to Page Content as follows:
<style type="text/css">
.ow_content {
width: 100%;}
.ow_sidebar {
display: none;}
</style>
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
ow_left and ow_right elements, after changing the width of the ow_page_container and ow_canvas elements
Tim, keep us updated