Forum Discussion
dementad
11 years agoGenius
You can apply any special CSS rules to your component by adding it to your Community Skin. Here is an example of CSS that I added to a custom component in my community:
#alstom-component-jfi-steps {
margin-top: 20px;
padding-top: 5px;
margin-bottom: 10px;
padding-bottom: 5px;
width: 100%;
}
In your example, your words:
Explorer Hosted Events
Group Directory
are stacked because you have them in separate table rows. As long as they are in separate table rows, they will necessarily be stacked.
Generally speaking, you can modify the look-and-feel of your community quite extensively using CSS. If you need a quick tutorial on CSS, there are many free resources available online, such as:
http://www.w3schools.com/css/DEFAULT.asp
Good luck!
Related Content
- 7 years ago
- 11 months ago
- 9 years ago
- 2 years ago
- 2 years ago