Title: Default value on &#8220;Sidebar Layout&#8221;
Last modified: May 4, 2021

---

# Default value on “Sidebar Layout”

 *  Resolved [Anton.M](https://wordpress.org/support/users/antonmsbor/)
 * (@antonmsbor)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/default-value-on-sidebar-layout/)
 * Good afternoon!
 * I liked your theme very much, but ran into one problem. My page does not have
   a sidebar, so in every post I have to switch the layout in “Sidebar Layout” to“
   No Sidebar”.
    Tried to forcibly switch $total_sidebar_layout to no_sidebar in
   total/inc/total-metabox.php:
 *     ```
           if (!$total_sidebar_layout) {
               $total_sidebar_layout = 'no_sidebar';
           }
       ```
   
 * But in the end, my choice stops working at all. Several layouts are highlighted
   at the same time.
 * Tell me how to define the default layout correctly?
    Thanks for the answers!
    -  This topic was modified 5 years, 1 month ago by [Anton.M](https://wordpress.org/support/users/antonmsbor/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Theme Author [hashthemes](https://wordpress.org/support/users/hashthemes/)
 * (@hashthemes)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/default-value-on-sidebar-layout/#post-14417361)
 * Making changes in the code is not a good idea. I will give you an easy CSS hack
   for it. Go to Appearance > Customize > Additional CSS and paste the below CSS
   code
 * #secondary{display:none}
    #primary{width: 100%;}
 *  Thread Starter [Anton.M](https://wordpress.org/support/users/antonmsbor/)
 * (@antonmsbor)
 * [5 years ago](https://wordpress.org/support/topic/default-value-on-sidebar-layout/#post-14474301)
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Default value on “Sidebar Layout”’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/total/2.2.2/screenshot.jpg)
 * Total
 * [Support Threads](https://wordpress.org/support/theme/total/)
 * [Active Topics](https://wordpress.org/support/theme/total/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/total/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/total/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Anton.M](https://wordpress.org/support/users/antonmsbor/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/default-value-on-sidebar-layout/#post-14474301)
 * Status: resolved