I would like to bring the complete sidebar from the left to the right, is there a way?
Regards
Manuel
I got curious about this and figured out how to achieve this. Add the following code to your template.css file:
body div#fd.es .es-container .es-content {width: calc(100% - 220px); float: left;}
.es-sidebar {float: right;}
The calc function had to be used to subtract from the width of the side bar as the width of the stream attempts to take over the space. It's a relatively clean mod.
Glad to hear your issue have been resolved. If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.