• Hi! Can I change the position of the Widget-Primary Sidebar from right to the left with Pinnacle Free? If answer is yes, how i do!

    Thanks

Viewing 1 replies (of 1 total)
  • You can do that using this CSS:

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    Place that code into Appearance> theme options> Custom CSS.

    let me know if it works for you!

    -Kevin

Viewing 1 replies (of 1 total)
  • The topic ‘Changing widget-primary sidebar to left’ is closed to new replies.