• Hi, I want sidebar but no sidebar on page. Tried tutorials and settings but no sidebar. Installed custum sidebar did settings but no sidebar? What can I do to have sibar shown on my page?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there,

    It should be visible when default template is active. Please edit your page and see the active template in the Page Attributes box.

    Regards,
    Kharis

    Thread Starter paselir

    (@paselir)

    Hi Kharis, Yep, it creates the sitebar space on the page. Great.

    But It shows an empty sidebar-1, and when selecting my own sidebar it not show, any ideas?

    Best Regards
    Paselir

    Hello there,

    From your site dashboard, please visit Appearance > Widgets. Then put your widgets into the Sidebar box. Doesn’t it work for you? Do you still need a custom sidebar?

    Regards,
    Kharis

    Thread Starter paselir

    (@paselir)

    This works thanks! Can I arrange the location of the sidebar, so more to right and down?

    Hello there,

    I am sorry for the long delay.

    Please try adding this extra CSS code to Appearance > Customize > Additional CSS from your site dashboard.

    
    @media only screen and (min-width:992px) {
      
      .page-wrap .container {
        width: 100%;
      }
      
      #secondary.widget-area {
        margin-top: 100px;
        overflow: visible;
      }
      
      #secondary.widget-area .widget {
        width: 100%;
        margin-left: 20px;
      }  
      
    }
    

    Regards,
    Kharis

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No Sidebar’ is closed to new replies.