Forums
Forums / Theme: Emmet Lite / Sidebar to left?
(@cygnus4)
6 years, 10 months ago
Hi
Is it possible to move sidebar to left?
Thanks π
(@motopress)
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; }
The topic ‘Sidebar to left?’ is closed to new replies.