To move your sidebar to the Left side in Virtue theme, you can add the following CSS to your Custom CSS box in Theme Options > Advanced Settings:
@media (min-width: 992px) { .main.col-lg-9.col-md-8 { float: right; } }
To move your sidebar to the Left side in Virtue theme, you can add the following CSS to your Custom CSS box in Theme Options > Advanced Settings:
@media (min-width: 992px) { .main.col-lg-9.col-md-8 { float: right; } }