Erpnext 4.0.2 why there is a sidebar appeared

i don't understand why you suddenly changed default web layout by add a sidebar for only homepage and in the other page there are white space on the right that cannot add anything



You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/1eea6a6b-952e-46c6-aea6-e2958dffaa23%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Add

'<!-- no-sidebar -->' in pages where you don't want the side bar to appear.

You can also set the CSS to hide the sidebar permanently



@rushabh_mehta

On 11-Jun-2014, at 8:30 pm, Athikawat Wattanadechachan <at...@gmail.com> wrote:

i don't understand why you suddenly changed default web layout by add a sidebar for only homepage and in the other page there are white space on the right that cannot add anything



You received this message because you are subscribed to the Google Groups “ERPNext User’s Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/1eea6a6b-952e-46c6-aea6-e2958dffaa23%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.




You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/7862B018-37B9-451E-91B3-E03F22462A37%40gmail.com.

For more options, visit https://groups.google.com/d/optout.

thank you 

and how can set in CSS

could you show me some example



You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/3f7cb882-7b1c-446d-bc8a-e2dfc15d4e6c%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

A simple view source should help you

Here is the CSS you can add globally (via Website > Setup > Style Settings or such)

.page-sidebar { display: hidden; }
.page-content { width: 100%; }


@rushabh_mehta

On 11-Jun-2014, at 8:37 pm, Athikawat Wattanadechachan <at...@gmail.com> wrote:

thank you 

and how can set in CSS

could you show me some example



You received this message because you are subscribed to the Google Groups “ERPNext User’s Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/3f7cb882-7b1c-446d-bc8a-e2dfc15d4e6c%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.




You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/77840D0F-9185-4B17-A1AE-236EAB9AA9E3%40gmail.com.

For more options, visit https://groups.google.com/d/optout.

thanks i will give a try



You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/de57da1b-a36c-4c1b-835f-3aa42e6b5c3c%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.