• tyler3000

    (@tyler3000)


    Hi, I chose left sidebar as a template for one page and while there is no space for a left sidebar I do not understand where I can put the content in for the left sidebar / create the left sidebar. Your help is very much appreciated. thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themehit

    (@themehit)

    Hi, go to Appearance > Customize > CSS, and drop this code

    .content {
        float: right;
        padding-right: 0;
    }
    
    .sidebar-primary {
        padding-right: 40px;
    }
    Theme Author themehit

    (@themehit)

    Sorry for misleading. If you choose Left sidebar template page, the sidebar will appear on the left and the content width will be reduced. Please give a try

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to create left sidebar’ is closed to new replies.