We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Custom Join Page Calibre theme | Forum

Topic location: Forum home » Support » General Questions
lambert bonetto
lambert bonetto Jul 14 '13

Please advice how to customize the join page in Calibre theme, as is the image. Sorry for my English (google translate)

ross Team
ross Jul 15 '13
This can be done in the CSS, find the right element and edit it size right from the admin panel: www.yoursite.com/admin/theme/css
lambert bonetto
lambert bonetto Jul 15 '13
Thank you. Solved. I am put this code:

.ow_sidebar {
    margin-right: -196px;
    float: right;
    width: 192px;
}
.ow_content {
    float: left;
    width: 125%;
}
ross Team
ross Jul 15 '13
Great!