• onithebird

    (@onithebird)


    Hi
    would like to change the position of the sidebar
    from right to left
    thanks
    yoni

Viewing 1 replies (of 1 total)
  • awanrmb

    (@awanrmb)

    Hi,

    Please try this css code below:

    body:not(.home) #primary{
      float: right;
    }
    
    #secondary{
      float: left;
    }

    You can use simple custom css pluglin to add the css code in above.

Viewing 1 replies (of 1 total)
  • The topic ‘Side Bar Position’ is closed to new replies.