Viewing 1 replies (of 1 total)
  • Hi @cygnus4,
    Yes, it is possible by applying custom styles and changing float of content part and sidebar from let to right and vice versa. For instance:

    .col-md-8, .col-lg-8{
    	float:right;
    }
    .col-md-4, .col-lg-4{
    	float:left;
    }
Viewing 1 replies (of 1 total)

The topic ‘Sidebar to left?’ is closed to new replies.