By No Name on Wednesday, 01 October 2014
Posted in General Issues
Likes 0
Views 550
Votes 0
Hey guys!

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.
·
Wednesday, 01 October 2014 17:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Wow great Josh, thank you so much!
·
Wednesday, 01 October 2014 17:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Josh,

Thanks for sharing.

Hello Manuel,

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.

Thanks again and have a wonderful day.
·
Wednesday, 01 October 2014 17:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post