By L. A. Devijen on Saturday, 16 June 2018
Posted in Technical Issues
Replies 3
Likes 0
Views 525
Votes 0
Hello,
I have a Built in sidebar in some Pages (main Page, Group, Events ...)
I can to change Layout in .../default/sidebar.php
- How I can float a sidebar to right side and content to left?
- How I can to set other module to this Sidebar?
- How I can disable for publish this sidebar?
Regards,
Lazer
Hey Lazer,

You can configure this in the user's layout, http://take.ms/chFgh . For the sidebar on the dashboard, you may place additional modules using the positions es-dashboard-sidebar-top, es-dashboard-sidebar-bottom.

To view a list of module positions, I would suggest adding tp=1 at the back of the URL. It gives you a better perspective of available module positions.
·
Sunday, 17 June 2018 16:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
Excellent.
In settings I can move the sidebar to the right only on the main page.
On the remaining Pages (Groups, Events, Members ...) a sidebar stays on the left
Regards,
Lazer
·
Sunday, 17 June 2018 23:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

Currently that setting only affect for the user dashboard.

If you would like those cluster (group, event, page) sidebar switch to right position, you have to apply this custom css into your site backend > Easysocial > themes > custom css


body #es .es-container .es-sidebar {
-webkit-order: 2;
-ms-order: 2;
order: 2;
margin-left: 20px;
margin-right: 0;
}
·
Monday, 18 June 2018 11:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post